mirror of
https://git.cloudron.io/cloudron/mastodon-app.git
synced 2024-11-22 07:41:00 +00:00
SINGLE_USER_MODE is gone it seems
This commit is contained in:
parent
0aef6c83a3
commit
1ba882d9e8
1 changed files with 6 additions and 7 deletions
13
env.template
13
env.template
|
@ -1,14 +1,13 @@
|
||||||
# https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
|
# https://github.com/tootsuite/mastodon/blob/master/.env.production.sample
|
||||||
|
|
||||||
SINGLE_USER_MODE=false
|
# Federation
|
||||||
|
# ----------
|
||||||
# Note: Changing LOCAL_DOMAIN at a later time will cause unwanted side effects, including breaking all existing federation.
|
# This identifies your server and cannot be changed safely later
|
||||||
# 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=example.com
|
||||||
LOCAL_DOMAIN=
|
|
||||||
|
|
||||||
# Use this only if you need to run mastodon on a different domain than the one used for federation.
|
# 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=
|
WEB_DOMAIN=
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
|
|
Loading…
Reference in a new issue