about summary refs log tree commit diff
path: root/scalingo.json
diff options
context:
space:
mode:
authorYann Klis <yann.klis@gmail.com>2018-03-26 12:47:34 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-03-26 12:47:34 +0200
commit3b2c7a33a9fe151b65724f9076a4ef93ad1d6948 (patch)
treec92540dea3abd42e15ee9fedcc7316106c8f8bb2 /scalingo.json
parent85a395fab6d7077a252bfe6f96673931ea3aa5ee (diff)
Missing OTP_SECRET in scalingo.json (#6917)
Diffstat (limited to 'scalingo.json')
-rw-r--r--scalingo.json4
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",