From a2f4d8801916e6a7b2639ad16c0b8cb4bc277354 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Sun, 14 May 2017 19:07:56 +0800 Subject: [PATCH] Remove redundant HMD_PORT config from app.json --- app.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app.json b/app.json index e09d4c0..e06720f 100644 --- a/app.json +++ b/app.json @@ -32,11 +32,6 @@ "description": "sub url path, like `www.example.com/`", "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,