added configuration for single user mode

This commit is contained in:
Kevin Veen-Birkenbach 2022-11-16 09:31:10 +01:00
parent fc6aa590bf
commit f60e66cc98

View File

@ -1,5 +1,5 @@
LOCAL_DOMAIN={{domain}}
SINGLE_USER_MODE=true
SINGLE_USER_MODE={{mastodon_single_user_mode}}
SECRET_KEY_BASE={{mastodon_secret_key_base}}
OTP_SECRET={{mastodon_otp_secret}}
VAPID_PRIVATE_KEY={{mastodon_vapid_private_key}}