diff options
author | Audun Larsen <larsen@xqus.com> | 2017-05-19 20:55:15 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-19 20:55:15 +0200 |
commit | 3da521a58663f94b6e6a74d6d91d72a8e9fa7a73 (patch) | |
tree | 9e5b6ca34ee3862eb1e80a7b0ba81d68cc232ce5 | |
parent | d22cec81fb7c3222405cd49380b486d40323c5d4 (diff) |
Adds better documentation to LOCAL_DOMAIN and LOCAL_HTTPS (#3149)
Fixes #2254
-rw-r--r-- | .env.production.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 87bd093a7..257d35f05 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -10,7 +10,9 @@ DB_PASS= DB_PORT=5432 # Federation -LOCAL_DOMAIN=example.com +# Note: Changing LOCAL_DOMAIN or LOCAL_HTTPS at a later time will cause unwanted side effects. +# LOCAL_DOMAIN should *NOT* contain the protocol part of the domain e.g https://example.com. +LOCAL_DOMAIN=example.com LOCAL_HTTPS=true # Use this only if you need to run mastodon on a different domain than the one used for federation. |