Change httpOnly option value in example config

master
Mészáros Mihály 2020-03-15 16:35:14 +01:00 committed by GitHub
parent 8c042c3211
commit c1c831073b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module.exports =
// Listens only on http, only on listeningPort // Listens only on http, only on listeningPort
// listeningRedirectPort disabled // listeningRedirectPort disabled
// use case: loadbalancer backend // use case: loadbalancer backend
httpOnly: true, httpOnly: false,
// 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.