Reformat env.sample
This commit is contained in:
+4
-3
@@ -3,12 +3,13 @@ TYPE=mattermost
|
|||||||
# Domain of service
|
# Domain of service
|
||||||
DOMAIN=mattermost.example.com
|
DOMAIN=mattermost.example.com
|
||||||
|
|
||||||
|
# Letsencrypt
|
||||||
LETS_ENCRYPT_ENV=production
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
# SECRET VERSIONS
|
# Secret Versions
|
||||||
SECRET_POSTGRES_PASSWORD_VERSION=v1
|
SECRET_POSTGRES_PASSWORD_VERSION=v1
|
||||||
|
|
||||||
# Container settings
|
# Container Settings
|
||||||
## Timezone inside the containers. The value needs to be in the form 'Europe/Berlin'.
|
## 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
|
## A list of these tz database names can be looked up at Wikipedia
|
||||||
## https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
## https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
@@ -20,7 +21,7 @@ RESTART_POLICY=unless-stopped
|
|||||||
## See https://github.com/mattermost/docker/issues/18
|
## See https://github.com/mattermost/docker/issues/18
|
||||||
MATTERMOST_CONTAINER_READONLY=false
|
MATTERMOST_CONTAINER_READONLY=false
|
||||||
|
|
||||||
## Configuration settings for Mattermost. Documentation on the variables and the settings itself can be found at
|
## Additional configuration settings for Mattermost. Documentation on the variables and the settings itself can be found at
|
||||||
## https://docs.mattermost.com/administration/config-settings.html
|
## 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
|
## 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.
|
## the system console as well and settings set with env variables will be greyed out.
|
||||||
|
|||||||
Reference in New Issue
Block a user