From 06c09ef94484fc8b33d65a0d91d51022f5da364a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 12 Feb 2020 15:11:29 -0700 Subject: [PATCH] Change ban list server default port --- config/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.yaml b/config/default.yaml index 8bbd9ea..69b53e2 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -92,4 +92,4 @@ protectAllJoinedRooms: false banListServer: enabled: false bind: "0.0.0.0" - port: 24465 + port: 5186