Skip to content

Commit

Permalink
Add OTP_SECRET to Heroku app.json (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy authored and ineffyble committed Apr 8, 2017
1 parent 5983168 commit c4112f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Expand Up @@ -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",
Expand Down

0 comments on commit c4112f0

Please sign in to comment.