it should be OTP_SECRET in roles/mastodon-config/templates/.env.production.sample
This commit is contained in:
parent
c332e83312
commit
d5d00bb815
|
@ -24,7 +24,7 @@ LOCAL_HTTPS=true
|
||||||
# Don't edit the 3 below, we get this from a registered variable
|
# Don't edit the 3 below, we get this from a registered variable
|
||||||
PAPERCLIP_SECRET={{ PAPERCLIP_SECRET }}
|
PAPERCLIP_SECRET={{ PAPERCLIP_SECRET }}
|
||||||
SECRET_KEY_BASE={{ SECRET_KEY_BASE }}
|
SECRET_KEY_BASE={{ SECRET_KEY_BASE }}
|
||||||
OTP_SECRET={{ SECRET_KEY_BASE }}
|
OTP_SECRET={{ OTP_SECRET }}
|
||||||
|
|
||||||
# Web Push VAPID keys
|
# Web Push VAPID keys
|
||||||
# Generate with `web-push generate-vapid-keys` on Mastodon host and then
|
# Generate with `web-push generate-vapid-keys` on Mastodon host and then
|
||||||
|
|
Loading…
Reference in New Issue