Skip to content

Commit

Permalink
fix: change heroku and scalingo config schema for 2.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: BoHong Li <[email protected]>
  • Loading branch information
a60814billy committed Mar 2, 2020
1 parent ac1b419 commit a2b9fa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@
"description": "Let npm also install development build tool",
"value": "false"
},
"CMD_PORT": {
"description": "Listen Port",
"value": "$PORT"
},
"CMD_DB_URL": {
"description": "Database URL",
"value": "$DATABASE_URL"
},
"CMD_SESSION_SECRET": {
"description": "Secret used to secure session cookies.",
"required": false
Expand Down
4 changes: 4 additions & 0 deletions scalingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@
"description": "Database query url",
"value": "$DATABASE_URL"
},
"CMD_PORT": {
"description": "Listening Port",
"value": "$PORT"
},
"DYNO": {
"description": "Require this env var for deploy correctly the app",
"value": "Scalingo"
Expand Down

0 comments on commit a2b9fa9

Please sign in to comment.