From d5d00bb8156980e8e8e572dbc43a2514ba76e655 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sun, 26 Nov 2017 22:01:21 -0500 Subject: [PATCH] it should be OTP_SECRET in roles/mastodon-config/templates/.env.production.sample --- roles/mastodon-config/templates/.env.production.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mastodon-config/templates/.env.production.sample b/roles/mastodon-config/templates/.env.production.sample index c1d8e1d..52c395d 100644 --- a/roles/mastodon-config/templates/.env.production.sample +++ b/roles/mastodon-config/templates/.env.production.sample @@ -24,7 +24,7 @@ LOCAL_HTTPS=true # Don't edit the 3 below, we get this from a registered variable PAPERCLIP_SECRET={{ PAPERCLIP_SECRET }} SECRET_KEY_BASE={{ SECRET_KEY_BASE }} -OTP_SECRET={{ SECRET_KEY_BASE }} +OTP_SECRET={{ OTP_SECRET }} # Web Push VAPID keys # Generate with `web-push generate-vapid-keys` on Mastodon host and then