ocis/.env.sample

26 lines
595 B
Plaintext

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