]> cat aescling's git repositories - mastodon.git/commitdiff
Missing OTP_SECRET in scalingo.json (#6917)
authorYann Klis <yann.klis@gmail.com>
Mon, 26 Mar 2018 10:47:34 +0000 (12:47 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Mar 2018 10:47:34 +0000 (12:47 +0200)
scalingo.json

index 426698b9cc849d381858548d750eb15c9bd0afe7..0cc648f02b733bd958498d9d4fcb6936b941f5c7 100644 (file)
       "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",