mattermost/.env.sample

29 lines
1.0 KiB
Plaintext
Raw Permalink Normal View History

2021-12-01 11:07:59 +00:00
TYPE=mattermost
2021-11-30 11:31:04 +00:00
# Domain of service
2021-11-24 15:54:45 +00:00
DOMAIN=mattermost.example.com
2021-12-01 12:58:03 +00:00
# Letsencrypt
2021-11-24 15:54:45 +00:00
LETS_ENCRYPT_ENV=production
2021-11-30 11:31:04 +00:00
2021-12-01 12:58:03 +00:00
# Secret Versions
2021-11-30 11:31:04 +00:00
SECRET_POSTGRES_PASSWORD_VERSION=v1
2021-12-01 12:58:03 +00:00
# Container Settings
2021-11-30 11:31:04 +00:00
## 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
## Make Mattermost container readonly. This interferes with the regeneration of root.html inside the container. Only use
## it if you know what you're doing.
## See https://github.com/mattermost/docker/issues/18
MATTERMOST_CONTAINER_READONLY=false
2021-12-01 12:58:03 +00:00
## Additional configuration settings for Mattermost. Documentation on the variables and the settings itself can be found at
2021-11-30 11:31:04 +00:00
## https://docs.mattermost.com/administration/config-settings.html
## Keep in mind that variables set here will take precedence over the same setting in config.json. This includes
## the system console as well and settings set with env variables will be greyed out.