Merge branch 'develop' of github.com:havfo/multiparty-meeting into develop
This commit is contained in:
@@ -101,6 +101,12 @@ module.exports =
|
||||
});
|
||||
}
|
||||
}, */
|
||||
// WebServer/Express trust proxy config for httpOnly mode
|
||||
// You can find more info:
|
||||
// - https://expressjs.com/en/guide/behind-proxies.html
|
||||
// - https://www.npmjs.com/package/proxy-addr
|
||||
// use case: loadbalancer backend
|
||||
trustProxy : '',
|
||||
// This function will be called on successful login through oidc.
|
||||
// Use this function to map your oidc userinfo to the Peer object.
|
||||
// The roomId is equal to the room name.
|
||||
|
||||
Reference in New Issue
Block a user