ocis/.env.sample

21 lines
371 B
Plaintext

TYPE=ocis
DOMAIN={{ .Domain }}
LETS_ENCRYPT_ENV=production
# oidc config
PROXY_AUTOPROVISION_ACCOUNTS=false
# set OIDC realm url
OCIS_OIDC_ISSUER=
# set OIDC client id
WEB_OIDC_CLIENT_ID=
# general config
OCIS_LOG_LEVEL=error
OCIS_LOG_COLOR=false
# do not use SSL between Traefik and oCIS
PROXY_TLS=false
# set to true if using self signed certs
OCIS_INSECURE=false