fix typo
This commit is contained in:
@@ -54,7 +54,7 @@ let
|
|||||||
requireAuthentication = "\${REQUIRE_AUTHENTICATION:true}";
|
requireAuthentication = "\${REQUIRE_AUTHENTICATION:true}";
|
||||||
requireAuthorization = "\${REQUIRE_AUTHORIZATION:false}";
|
requireAuthorization = "\${REQUIRE_AUTHORIZATION:false}";
|
||||||
trustProxy = "\${TRUST_PROXY:false}";
|
trustProxy = "\${TRUST_PROXY:false}";
|
||||||
socketTransportProtocols = ["websocket", "polling"];
|
socketTransportProtocols = ["websocket" "polling"];
|
||||||
socketIo.maxHttpBufferSize = "\${SOCKETIO_MAX_HTTP_BUFFER_SIZE:1000000}";
|
socketIo.maxHttpBufferSize = "\${SOCKETIO_MAX_HTTP_BUFFER_SIZE:1000000}";
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user