commit: b79c80b620da40892b89a12bb0825a9e965ccc08
parent: 211920b622aba0d7c9200dabd8e2d011476333c4
Author: James Smith <james@floppy.org.uk>
Date: Sat, 8 Apr 2017 11:31:33 +0100
Add OTP_SECRET to Heroku app.json (#1246)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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",