ocis/.env.sample

26 lines
595 B
Plaintext
Raw Normal View History

2022-08-03 08:27:20 +00:00
TYPE=ocis
2022-08-03 08:22:38 +00:00
DOMAIN={{ .Domain }}
LETS_ENCRYPT_ENV=production
2022-08-03 09:20:23 +00:00
# Make true if using OIDC and you want accounts to be created automatically
2022-08-03 08:22:38 +00:00
PROXY_AUTOPROVISION_ACCOUNTS=false
2022-08-03 09:20:23 +00:00
# OIDC realm URL, e.g. https://keycloak.example.org/realm/example
2022-08-03 08:22:38 +00:00
OCIS_OIDC_ISSUER=
2022-08-03 09:20:23 +00:00
# OIDC client ID
# Note that the client has to be in public mode (not confidential mode) and
# does therefore not need a client secret.
2022-08-03 08:22:38 +00:00
WEB_OIDC_CLIENT_ID=
2022-08-03 09:20:23 +00:00
# General config
2022-08-03 08:22:38 +00:00
OCIS_LOG_LEVEL=error
OCIS_LOG_COLOR=false
2022-08-03 09:20:23 +00:00
# Keep as false if using a reverse proxy
2022-08-03 08:22:38 +00:00
PROXY_TLS=false
2022-08-03 09:20:23 +00:00
# Set to true if using self signed certs
2022-08-03 08:22:38 +00:00
OCIS_INSECURE=false