diff options
author | Yann Klis <yann.klis@gmail.com> | 2018-03-26 12:47:34 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-26 12:47:34 +0200 |
commit | 3b2c7a33a9fe151b65724f9076a4ef93ad1d6948 (patch) | |
tree | c92540dea3abd42e15ee9fedcc7316106c8f8bb2 | |
parent | 85a395fab6d7077a252bfe6f96673931ea3aa5ee (diff) |
Missing OTP_SECRET in scalingo.json (#6917)
-rw-r--r-- | scalingo.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scalingo.json b/scalingo.json index 426698b9c..0cc648f02 100644 --- 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", |