From 0ca7420ad952c0332ab36e37596b0fa53e710325 Mon Sep 17 00:00:00 2001 From: RblSb Date: Fri, 6 Mar 2020 06:32:01 +0300 Subject: Move server port to config --- default-config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'default-config.json') diff --git a/default-config.json b/default-config.json index 488532f..37c3861 100644 --- a/default-config.json +++ b/default-config.json @@ -1,4 +1,5 @@ { + "port": 4200, "channelName": "SyncTube", "maxLoginLength": 20, "maxMessageLength": 500, -- cgit v1.2.3