Skip to content

Commit

Permalink
Remove deprecated config from Heroku and Scalingo (mastodon#11925)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and Gargron committed Sep 23, 2019
1 parent 50b9276 commit 9707e64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 0 additions & 9 deletions scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9707e64

Please sign in to comment.