From fe7bb0fe758d573fe353df028257ed66c6eccf66 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 18 Jun 2021 01:06:16 +0300 Subject: - Rework main parts Signed-off-by: Valery Piashchynski --- tests/plugins/broadcast/configs/.rr-broadcast-init.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'tests/plugins/broadcast/configs') 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 -- cgit v1.2.3