From 1ba882d9e85b6e7ea69c710bb782544afc33ae3f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 23 Sep 2021 10:28:50 -0700 Subject: [PATCH] SINGLE_USER_MODE is gone it seems --- env.template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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