From aa496239afa8e97697b540a8bb64e5d85e0d1527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Mih=C3=A1ly?= Date: Mon, 27 Apr 2020 11:52:17 +0200 Subject: [PATCH] Change default requireSignInToAccess : false --- server/config/config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/config/config.example.js b/server/config/config.example.js index c87257d..e2502e1 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -64,7 +64,7 @@ module.exports = // always be put in the lobby regardless of room lock status. // If false, there is no difference between guests and signed-in // users when joining. - requireSignInToAccess : true, + requireSignInToAccess : false, // This flag has no effect when requireSignInToAccess is false // When truthy, the room will be open to all users when the first // authenticated user has already joined the room.