diff --git a/defaults/config.js b/defaults/config.js index 2ad86a51..5d04c2b7 100644 --- a/defaults/config.js +++ b/defaults/config.js @@ -214,14 +214,15 @@ module.exports = { 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 // @default {} // https: { // - // Enable HTTPS support. + // Enable HTTP/2 / HTTPS support. // // @type boolean // @default false