diff options
author | James Smith <james@floppy.org.uk> | 2017-04-08 11:31:33 +0100 |
---|---|---|
committer | Effy Elden <github@effy.is> | 2017-04-08 20:31:33 +1000 |
commit | b79c80b620da40892b89a12bb0825a9e965ccc08 (patch) | |
tree | b124ea5dfcf34511e4697df6cbbd53768a868877 | |
parent | 211920b622aba0d7c9200dabd8e2d011476333c4 (diff) |
Add OTP_SECRET to Heroku app.json (#1246)
-rw-r--r-- | app.json | 4 |
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", |