mattermost/.env.sample
2025-02-09 14:47:02 -05:00

26 lines
630 B
Plaintext

TYPE=mattermost
# Domain of service
DOMAIN=mattermost.example.com
# Letsencrypt
LETS_ENCRYPT_ENV=production
# Secret Versions
SECRET_POSTGRES_PASSWORD_VERSION=v1
COMPOSE_FILE="compose.yml"
# Container Settings
## Timezone inside the containers. The value needs to be in the form 'Europe/Berlin'.
## A list of these tz database names can be looked up at Wikipedia
## https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
TZ=UTC
## SSO config
#COMPOSE_FILE="$COMPOSE_FILE:compose.sso.yml"
#SSO_DOMAIN=accounts.example.com
#ORG_NAME="My Organization"
#SSO_APP=mattermost
#SSO_ID=
#SECRET_MATTERMOST_SSO_SECRET_VERSION=v1