소스 검색

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


불러오는 중...
취소
저장