From 06db36ac27bbcf7862ed09a9e9766162f1f7aa7a Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Tue, 3 Apr 2018 12:37:59 +0530 Subject: [PATCH] Removed requirement of asking the port while installation --- manifest.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/manifest.json b/manifest.json index bee9d93..08388b3 100644 --- a/manifest.json +++ b/manifest.json @@ -36,13 +36,6 @@ }, "example": "johndoe@example.com" }, - { - "name": "port", - "ask": { - "en": "Enter a port(default:9000). If the port is occupied by any other app, the installation will chose another one." - }, - "default": "9000" - }, { "name": "is_public", "type": "boolean",