Update configuration file to reflect recent HTTP/2 support addition
This commit is contained in:
parent
05be0ff57f
commit
3b0aa2df9b
@ -214,14 +214,15 @@ module.exports = {
|
|||||||
transports: ["polling", "websocket"],
|
transports: ["polling", "websocket"],
|
||||||
|
|
||||||
//
|
//
|
||||||
// Run The Lounge with HTTPS support.
|
// Run The Lounge using encrypted HTTP/2.
|
||||||
|
// This will fallback to regular HTTPS if HTTP/2 is not supported.
|
||||||
//
|
//
|
||||||
// @type object
|
// @type object
|
||||||
// @default {}
|
// @default {}
|
||||||
//
|
//
|
||||||
https: {
|
https: {
|
||||||
//
|
//
|
||||||
// Enable HTTPS support.
|
// Enable HTTP/2 / HTTPS support.
|
||||||
//
|
//
|
||||||
// @type boolean
|
// @type boolean
|
||||||
// @default false
|
// @default false
|
||||||
|
Loading…
Reference in New Issue
Block a user