set default port to 10110

This commit is contained in:
andreas 2021-11-07 11:11:53 +01:00
parent 3a68ca34ca
commit 2425006d7c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},