fix lint in server config example

master
Mészáros Mihály 2020-04-27 11:49:25 +02:00 committed by GitHub
parent 9c34ff4d79
commit 83ff23bd13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module.exports =
// - https://expressjs.com/en/guide/behind-proxies.html // - https://expressjs.com/en/guide/behind-proxies.html
// - https://www.npmjs.com/package/proxy-addr // - https://www.npmjs.com/package/proxy-addr
// use case: loadbalancer backend // use case: loadbalancer backend
trustProxy : '', trustProxy : '',
// If this is set to true, only signed-in users will be able // If this is set to true, only signed-in users will be able
// to join a room directly. Non-signed-in users (guests) will // to join a room directly. Non-signed-in users (guests) will
// always be put in the lobby regardless of room lock status. // always be put in the lobby regardless of room lock status.