소스 검색

Remove deprecated config from Heroku and Scalingo (#11925)

master^2
Yamagishi Kazutoshi 4 년 전
committed by Eugen Rochko
부모
커밋
9707e64715
2개의 변경된 파일0개의 추가작업 그리고 18개의 파일을 삭제
  1. +0
    -9
      app.json
  2. +0
    -9
      scalingo.json

+ 0
- 9
app.json 파일 보기

@@ -13,15 +13,6 @@
"description": "The domain that your Mastodon instance will run on (this can be appname.herokuapp.com or a custom domain)",
"required": true
},
"LOCAL_HTTPS": {
"description": "Will your domain support HTTPS? (Automatic for herokuapp, requires manual configuration for custom domains)",
"value": "false",
"required": true
},
"PAPERCLIP_SECRET": {
"description": "The secret key for storing media files",
"generator": "secret"
},
"SECRET_KEY_BASE": {
"description": "The secret key base",
"generator": "secret"


+ 0
- 9
scalingo.json 파일 보기

@@ -8,15 +8,6 @@
"description": "The domain that your Mastodon instance will run on (this can be appname.scalingo.io or a custom domain)",
"required": true
},
"LOCAL_HTTPS": {
"description": "Will your domain support HTTPS? (Automatic for *.scalingo.io, requires manual configuration for custom domains)",
"value": "true",
"required": true
},
"PAPERCLIP_SECRET": {
"description": "The secret key for storing media files",
"generator": "secret"
},
"SECRET_KEY_BASE": {
"description": "The secret key base",
"generator": "secret"


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