logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: 3b2c7a33a9fe151b65724f9076a4ef93ad1d6948
parent: 85a395fab6d7077a252bfe6f96673931ea3aa5ee
Author: Yann Klis <yann.klis@gmail.com>
Date:   Mon, 26 Mar 2018 12:47:34 +0200

Missing OTP_SECRET in scalingo.json (#6917)


Diffstat:

Mscalingo.json4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/scalingo.json b/scalingo.json @@ -21,6 +21,10 @@ "description": "The secret key base", "generator": "secret" }, + "OTP_SECRET": { + "description": "One-time password secret", + "generator": "secret" + }, "SINGLE_USER_MODE": { "description": "Should the instance run in single user mode? (Disable registrations, redirect to front page)", "value": "false",