From 2425006d7c423ddd6974b7923f00d9dbf808c6bb Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 7 Nov 2021 11:11:53 +0100 Subject: [PATCH] set default port to 10110 --- web/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.json b/web/config.json index 97c7d27..67667ae 100644 --- a/web/config.json +++ b/web/config.json @@ -152,7 +152,7 @@ "name": "serverPort", "label": "TCP port", "type": "number", - "default": "2222", + "default": "10110", "description": "the TCP port we listen on", "category":"TCP port" },