-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdefaults.env
33 lines (32 loc) · 1 KB
/
defaults.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# Default values for certain configuration settings.
#
# Do _not_ modify this file, instead edit the .env or config.toml files.
#
# See the example.env file for all available settings, or example.toml if using
# a config.toml file to configure the service.
#
ADMIN_USERNAME='perforce'
ALLOW_USER_RENAME=false
BEARER_TOKEN='keyboard cat'
CACHE_TTL=300
CERT_FILE='certs/server.crt'
IDP_CONFIG_FILE='./routes/saml_idp.conf.cjs'
INSTANCE_ID='none'
KEY_FILE='certs/server.key'
LOGIN_TIMEOUT=60
OIDC_SELECT_ACCOUNT=false
OIDC_TOKEN_SIGNING_ALGO='RS256'
REDIS_CERT_FILE='certs/server.crt'
REDIS_KEY_FILE='certs/server.key'
SAML_AUTHN_CONTEXT='urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport'
SAML_DISABLE_CONTEXT=false
SAML_FORCE_AUTHN=false
SAML_NAMEID_FORMAT='urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified'
SAML_SP_ENTITY_ID='https://has.example.com'
SAML_WANT_ASSERTION_SIGNED=true
SAML_WANT_RESPONSE_SIGNED=true
SESSION_SECRET='keyboard cat'
SP_KEY_ALGO='sha256'
STATUS_ENABLED=true
TOKEN_TTL=3600