diff options
Diffstat (limited to 'tests/plugins/websockets/configs/.rr-websockets-allow2.yaml')
-rw-r--r-- | tests/plugins/websockets/configs/.rr-websockets-allow2.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/websockets/configs/.rr-websockets-allow2.yaml b/tests/plugins/websockets/configs/.rr-websockets-allow2.yaml index d537a80b..43f4b2ec 100644 --- a/tests/plugins/websockets/configs/.rr-websockets-allow2.yaml +++ b/tests/plugins/websockets/configs/.rr-websockets-allow2.yaml @@ -21,13 +21,13 @@ http: redis: addrs: - - "localhost:6379" + - "127.0.0.1:6379" broadcast: test: driver: redis addrs: - - "localhost:6379" + - "127.0.0.1:6379" websockets: broker: test |