Add option to enable single user mode (#19503)
This commit is contained in:
parent
9bf6a8af82
commit
223e152312
2 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,8 @@ mastodon:
|
|||
# Use of WEB_DOMAIN requires careful consideration: https://docs.joinmastodon.org/admin/config/#federation
|
||||
# You must redirect the path LOCAL_DOMAIN/.well-known/ to WEB_DOMAIN/.well-known/ as described
|
||||
# web_domain: mastodon.example.com
|
||||
# If set to true, the frontpage of your Mastodon server will always redirect to the first profile in the database and registrations will be disabled.
|
||||
singleUserMode: false
|
||||
persistence:
|
||||
assets:
|
||||
# ReadWriteOnce is more widely supported than ReadWriteMany, but limits
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue