diff options
author | Valery Piashchynski <[email protected]> | 2021-06-18 01:06:16 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-18 01:06:16 +0300 |
commit | fe7bb0fe758d573fe353df028257ed66c6eccf66 (patch) | |
tree | 74392f8e61e96c85f0d8b684cfc08e3fc3664ae9 /tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml | |
parent | 68ff941c4226074206ceed9c30bd95317aa0e9fc (diff) |
- Rework main parts
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml')
-rw-r--r-- | tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml b/tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml index 27eab557..a077bf9e 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-redis-memory-local.yaml @@ -20,17 +20,18 @@ http: destroy_timeout: 60s -websockets: - pubsubs: [ "redis", "memory" ] - redis: - addrs: - - "localhost:6379" +broadcast: + test: + driver: memory +websockets: + broker: test + allowed_origin: "*" path: "/ws" logs: mode: development - level: error + level: debug endure: grace_period: 120s |