From ebed7c2aa7164752de456339913b7fdb022a7a84 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 20 Jan 2022 20:44:00 +0100 Subject: [PATCH] Fix __SYNC_PORT__ --- conf/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.xml b/conf/config.xml index 7aa048e..bc48c4e 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -10,8 +10,8 @@ false - tcp://0.0.0.0:__SYNC_PORT__ - quic://0.0.0.0:__SYNC_PORT__ + tcp://0.0.0.0:__PORT__ + quic://0.0.0.0:__PORT__ default true true