Merge pull request #458 from hackmdio/fix-heroku-port-binding

Fix error: uncaughtException: listen EACCES 0.0.0.0:80 on heroku
This commit is contained in:
Max Wu 2017-05-15 10:39:20 +08:00 committed by GitHub
commit eacbb99575

View file

@ -32,11 +32,6 @@
"description": "sub url path, like `www.example.com/<URL_PATH>`", "description": "sub url path, like `www.example.com/<URL_PATH>`",
"required": false "required": false
}, },
"HMD_PORT": {
"description": "web app port",
"required": false,
"value": "80"
},
"HMD_ALLOW_ORIGIN": { "HMD_ALLOW_ORIGIN": {
"description": "domain name whitelist (use comma to separate)", "description": "domain name whitelist (use comma to separate)",
"required": false, "required": false,