From 21aaf29d45a5035d2570245b730c87a755b0f095 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 16 Nov 2022 09:31:10 +0100 Subject: [PATCH] added configuration for single user mode --- roles/docker-mastodon/templates/.env.production.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-mastodon/templates/.env.production.j2 b/roles/docker-mastodon/templates/.env.production.j2 index 540473cb..d4b3cbdd 100644 --- a/roles/docker-mastodon/templates/.env.production.j2 +++ b/roles/docker-mastodon/templates/.env.production.j2 @@ -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}}