grist/.env.sample

36 lines
928 B
Plaintext

TYPE=grist
DOMAIN=grist.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.grist.example.com`'
LETS_ENCRYPT_ENV=production
GRIST_SUPPORT_ANON=false
#GRIST_SANDBOX_FLAVOR=
GRIST_SINGLE_ORG="yourorg"
GRIST_ORG_IN_PATH=true
COOKIE_MAX_AGE=7776000000
GRIST_FORCE_LOGIN=true
GRIST_HIDE_UI_ELEMENTS=billing,sendToDrive
GRIST_DEFAULT_EMAIL=grist@example.com
SECRET_GRIST_SESSION_SECRET_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
COMPOSE_FILE="compose.yml"
# OIDC Single Sign On
# See https://support.getgrist.com/install/oidc/
#COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
#GRIST_OIDC_IDP_ISSUER=https://sso.example.com/realm/myrealm/
#GRIST_OIDC_IDP_CLIENT_ID=something
#SECRET_GRIST_OIDC_IDP_CLIENT_SECRET_VERSION=v1
# Optional settings
#GRIST_OIDC_IDP_SCOPES
#GRIST_OIDC_SP_HOST
#GRIST_OIDC_IDP_END_SESSION_ENDPOINT
#GRIST_OIDC_IDP_SKIP_END_SESSION_ENDPOINT
#GRIST_OIDC_SP_PROFILE_NAME_ATTR
#GRIST_OIDC_SP_PROFILE_EMAIL_ATTR