Missing OTP_SECRET in scalingo.json (#6917)

test-faster-builds
Yann Klis 2018-03-26 12:47:34 +02:00 committed by Eugen Rochko
parent 29dfe740f6
commit 740f44ecc4
1 changed files with 4 additions and 0 deletions

View File

@ -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",