瀏覽代碼

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",


Loading…
取消
儲存