Skip to content

Commit eacbb99

Browse files
authored
Merge pull request #458 from hackmdio/fix-heroku-port-binding
Fix error: uncaughtException: listen EACCES 0.0.0.0:80 on heroku
2 parents ea9b155 + a2f4d88 commit eacbb99

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@
3232
"description": "sub url path, like `www.example.com/<URL_PATH>`",
3333
"required": false
3434
},
35-
"HMD_PORT": {
36-
"description": "web app port",
37-
"required": false,
38-
"value": "80"
39-
},
4035
"HMD_ALLOW_ORIGIN": {
4136
"description": "domain name whitelist (use comma to separate)",
4237
"required": false,

0 commit comments

Comments
 (0)