about summary refs log tree commit diff
diff options
context:
space:
mode:
-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",