This commit is contained in:
soraefir
2026-05-09 11:57:21 +02:00
parent da51e61c05
commit ea58be6fdc

View File

@@ -54,7 +54,7 @@ let
requireAuthentication = "\${REQUIRE_AUTHENTICATION:true}";
requireAuthorization = "\${REQUIRE_AUTHORIZATION:false}";
trustProxy = "\${TRUST_PROXY:false}";
socketTransportProtocols = ["websocket", "polling"];
socketTransportProtocols = ["websocket" "polling"];
socketIo.maxHttpBufferSize = "\${SOCKETIO_MAX_HTTP_BUFFER_SIZE:1000000}";