summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Wu2017-05-15 10:39:20 +0800
committerGitHub2017-05-15 10:39:20 +0800
commiteacbb99575d6aae8bdc3a7da9e3fb6df48819c71 (patch)
tree8c1ea0b8ac0fb07110cdd51e7685cdf7d42ed0e0
parentea9b1557f9834b2b140bd9b07488b5fca3953791 (diff)
parenta2f4d8801916e6a7b2639ad16c0b8cb4bc277354 (diff)
Merge pull request #458 from hackmdio/fix-heroku-port-binding
Fix error: uncaughtException: listen EACCES 0.0.0.0:80 on heroku
Diffstat (limited to '')
-rw-r--r--app.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/app.json b/app.json
index e09d4c0e..e06720f4 100644
--- a/app.json
+++ b/app.json
@@ -32,11 +32,6 @@
"description": "sub url path, like `www.example.com/<URL_PATH>`",
"required": false
},
- "HMD_PORT": {
- "description": "web app port",
- "required": false,
- "value": "80"
- },
"HMD_ALLOW_ORIGIN": {
"description": "domain name whitelist (use comma to separate)",
"required": false,