about summary refs log tree commit diff
path: root/app.json
diff options
context:
space:
mode:
authorJames Smith <james@floppy.org.uk>2017-04-08 11:31:33 +0100
committerEffy Elden <github@effy.is>2017-04-08 20:31:33 +1000
commitb79c80b620da40892b89a12bb0825a9e965ccc08 (patch)
treeb124ea5dfcf34511e4697df6cbbd53768a868877 /app.json
parent211920b622aba0d7c9200dabd8e2d011476333c4 (diff)
Add OTP_SECRET to Heroku app.json (#1246)
Diffstat (limited to 'app.json')
-rw-r--r--app.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/app.json b/app.json
index c5016f695..29c1f9f9c 100644
--- a/app.json
+++ b/app.json
@@ -26,6 +26,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",