Skip to content

Commit 79fe4f7

Browse files
committed
fix: add heroku port environment variables binding
Signed-off-by: BoHong Li <raccoon@hackmd.io>
1 parent 6f3292c commit 79fe4f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"description": "Let npm also install development build tool",
1616
"value": "false"
1717
},
18+
"CMD_PORT": {
19+
"description": "Listen Port",
20+
"value": "$PORT"
21+
},
1822
"CMD_DB_URL": {
1923
"description": "Database URL",
2024
"value": "$DATABASE_URL"

0 commit comments

Comments
 (0)