From 1492b16fdd97495a5ab0f23ee733188608be2be6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 6 Apr 2020 09:35:53 -0700 Subject: [PATCH] Do not require federation port this is merged with 443 --- CloudronManifest.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 0aef829..97621c7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -9,13 +9,6 @@ "healthCheckPath": "/", "httpPort": 8008, "memoryLimit": 536870912, - "tcpPorts": { - "FEDERATION_PORT": { - "title": "Federation Port", - "description": "Federation Port", - "defaultValue": 8448 - } - }, "addons": { "localstorage": {}, "ldap": {},