diff --git a/env.template b/env.template index e791bc0..c9976e0 100644 --- a/env.template +++ b/env.template @@ -1,14 +1,13 @@ # https://github.com/tootsuite/mastodon/blob/master/.env.production.sample -SINGLE_USER_MODE=false - -# Note: Changing LOCAL_DOMAIN at a later time will cause unwanted side effects, including breaking all existing federation. -# LOCAL_DOMAIN should *NOT* contain the protocol part of the domain e.g https://example.com. -# Cloudron: this is fixed at installation time. it is not changed when you change this app's location -LOCAL_DOMAIN= +# Federation +# ---------- +# This identifies your server and cannot be changed safely later +# ---------- +LOCAL_DOMAIN=example.com # Use this only if you need to run mastodon on a different domain than the one used for federation. -# Cloudron: this will change automatically when you change the app's location +# Cloudron: this will change automatically when you change the app's location in Cloudron dashboard WEB_DOMAIN= # Database configuration