diff options
| author | yalh76 <yalh@yahoo.com> | 2022-01-07 01:25:26 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2022-01-07 01:25:26 +0100 |
| commit | a40b4e0e0b05ff40ab10f749435e880322ea9ba6 (patch) | |
| tree | 19ecc95d4b3b68a0d74f3f1591a248b8de6ded47 /conf/.env.production.sample | |
| parent | 1476f17251ea0b339390cfa5210e258342ea5a4a (diff) | |
| download | mastodon_ynh-a40b4e0e0b05ff40ab10f749435e880322ea9ba6.tar.gz mastodon_ynh-a40b4e0e0b05ff40ab10f749435e880322ea9ba6.tar.bz2 mastodon_ynh-a40b4e0e0b05ff40ab10f749435e880322ea9ba6.zip | |
Full upgrade
Diffstat (limited to 'conf/.env.production.sample')
| -rw-r--r-- | conf/.env.production.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample index 937a59e..21cc8e5 100644 --- a/conf/.env.production.sample +++ b/conf/.env.production.sample @@ -4,6 +4,12 @@ # not demonstrate all available configuration options. Please look at # https://docs.joinmastodon.org/admin/config/ for the full documentation. +# Note that this file accepts slightly different syntax depending on whether +# you are using `docker-compose` or not. In particular, if you use +# `docker-compose`, the value of each declared variable will be taken verbatim, +# including surrounding quotes. +# See: https://github.com/mastodon/mastodon/issues/16895 + # Federation # ---------- # This identifies your server and cannot be changed safely later |
