fix: change heroku and scalingo config schema for 2.0.0

Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
BoHong Li 2020-03-02 23:05:55 +08:00
parent ac1b419fbd
commit a2b9fa9a65
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
2 changed files with 4 additions and 8 deletions

View File

@ -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

View File

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