ソースを参照

Add OTP_SECRET to Heroku app.json (#1246)

master
James Smith 7年前
committed by Effy Elden
コミット
b79c80b620
1個のファイルの変更4行の追加0行の削除
  1. +4
    -0
      app.json

+ 4
- 0
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",


読み込み中…
キャンセル
保存