diff options
Diffstat (limited to 'tests/plugins/broadcast/configs/.rr-broadcast-init.yaml')
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-init.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml index 6962eeb5..8436b65f 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml @@ -9,7 +9,7 @@ server: relay_timeout: "20s" http: - address: 127.0.0.1:11111 + address: 127.0.0.1:21345 max_request_size: 1024 middleware: [ "websockets" ] trusted_subnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ] @@ -37,7 +37,7 @@ websockets: logs: mode: development - level: debug + level: error endure: grace_period: 120s |