]> cat aescling's git repositories - mastodon.git/commitdiff
Add OTP_SECRET to Heroku app.json (#1246)
authorJames Smith <james@floppy.org.uk>
Sat, 8 Apr 2017 10:31:33 +0000 (11:31 +0100)
committerEffy Elden <github@effy.is>
Sat, 8 Apr 2017 10:31:33 +0000 (20:31 +1000)
app.json

index c5016f69500ae3b4b9590f6be1d5ed6679816f23..29c1f9f9cfb273c294b3c1c0bd5d766f5cc0c20d 100644 (file)
--- a/app.json
+++ b/app.json
       "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",