From 83ff23bd137cd06f71fcaab2c6b24c746607b3af 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:49:25 +0200 Subject: [PATCH] fix lint in server config example --- 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 c320583..c87257d 100644 --- a/server/config/config.example.js +++ b/server/config/config.example.js @@ -58,7 +58,7 @@ module.exports = // - https://expressjs.com/en/guide/behind-proxies.html // - https://www.npmjs.com/package/proxy-addr // use case: loadbalancer backend - trustProxy : '', + trustProxy : '', // If this is set to true, only signed-in users will be able // to join a room directly. Non-signed-in users (guests) will // always be put in the lobby regardless of room lock status.