mirror of https://github.com/status-im/codimd.git
fix: add heroku port environment variables binding
Signed-off-by: BoHong Li <raccoon@hackmd.io>
This commit is contained in:
parent
6f3292c8a3
commit
79fe4f7259
4
app.json
4
app.json
|
@ -15,6 +15,10 @@
|
||||||
"description": "Let npm also install development build tool",
|
"description": "Let npm also install development build tool",
|
||||||
"value": "false"
|
"value": "false"
|
||||||
},
|
},
|
||||||
|
"CMD_PORT": {
|
||||||
|
"description": "Listen Port",
|
||||||
|
"value": "$PORT"
|
||||||
|
},
|
||||||
"CMD_DB_URL": {
|
"CMD_DB_URL": {
|
||||||
"description": "Database URL",
|
"description": "Database URL",
|
||||||
"value": "$DATABASE_URL"
|
"value": "$DATABASE_URL"
|
||||||
|
|
Loading…
Reference in New Issue