diff options
Diffstat (limited to 'tests/plugins/broadcast/configs')
-rw-r--r-- | tests/plugins/broadcast/configs/.rr-broadcast-init.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml b/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml index fa4116d0..6962eeb5 100644 --- a/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml +++ b/tests/plugins/broadcast/configs/.rr-broadcast-init.yaml @@ -23,19 +23,21 @@ redis: addrs: - "localhost:6379" + broadcast: - default: - driver: redis - test: - driver: memory + default: + driver: redis + addrs: + - "localhost:6379" websockets: - pubsubs: [ "redis" ] + broker: default + allowed_origin: "*" path: "/ws" logs: mode: development - level: error + level: debug endure: grace_period: 120s |