From 3b2c7a33a9fe151b65724f9076a4ef93ad1d6948 Mon Sep 17 00:00:00 2001
From: Yann Klis <yann.klis@gmail.com>
Date: Mon, 26 Mar 2018 12:47:34 +0200
Subject: [PATCH] Missing OTP_SECRET in scalingo.json (#6917)

---
 scalingo.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scalingo.json b/scalingo.json
index 426698b9cc..0cc648f02b 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",
-- 
GitLab