SINGLE_USER_MODE is gone it seems

This commit is contained in:
Girish Ramakrishnan 2021-09-23 10:28:50 -07:00
parent 0aef6c83a3
commit 1ba882d9e8
1 changed files with 6 additions and 7 deletions

View File

@ -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