Fix typo.

This commit is contained in:
Brian Lukoff
2023-09-25 13:45:44 -05:00
parent 40c8f7c23c
commit b144f76279

View File

@@ -52,7 +52,7 @@ StreamServer = function () {
disconnect_delay: 60 * 1000,
// Allow disabling of CORS requests to address
// https://github.com/meteor/meteor/issues/8317.
disable_cors: !!process.env.DISABLE_SOCKJS_CORS
disable_cors: !!process.env.DISABLE_SOCKJS_CORS,
// Set the USE_JSESSIONID environment variable to enable setting the
// JSESSIONID cookie. This is useful for setting up proxies with
// session affinity.