summaryrefslogtreecommitdiff
path: root/tests/plugins/websockets/configs
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-08-12 15:38:19 +0300
committerGitHub <[email protected]>2021-08-12 15:38:19 +0300
commitdf27287c78d7b17d7c8f0e7fff59fa7cbf2a4f9f (patch)
treedf0749155487eae6bcdbb2456885131a21916f4d /tests/plugins/websockets/configs
parent67db4b5f7b66e9a32713133baed83c3ab7146bb8 (diff)
parentecbfc5c5265a9895f4e371ce4388f64df8714e63 (diff)
#726: feat(plugin): new `jobs` plugin
#726: feat(plugin): new `jobs` plugin
Diffstat (limited to 'tests/plugins/websockets/configs')
-rw-r--r--tests/plugins/websockets/configs/.rr-websockets-allow.yaml2
-rw-r--r--tests/plugins/websockets/configs/.rr-websockets-allow2.yaml4
-rw-r--r--tests/plugins/websockets/configs/.rr-websockets-deny2.yaml2
-rw-r--r--tests/plugins/websockets/configs/.rr-websockets-redis.yaml2
4 files changed, 5 insertions, 5 deletions
diff --git a/tests/plugins/websockets/configs/.rr-websockets-allow.yaml b/tests/plugins/websockets/configs/.rr-websockets-allow.yaml
index e6c43857..900094a4 100644
--- a/tests/plugins/websockets/configs/.rr-websockets-allow.yaml
+++ b/tests/plugins/websockets/configs/.rr-websockets-allow.yaml
@@ -21,7 +21,7 @@ http:
redis:
addrs:
- - "localhost:6379"
+ - "127.0.0.1:6379"
broadcast:
test:
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
diff --git a/tests/plugins/websockets/configs/.rr-websockets-deny2.yaml b/tests/plugins/websockets/configs/.rr-websockets-deny2.yaml
index 4deea30a..e0bdf993 100644
--- a/tests/plugins/websockets/configs/.rr-websockets-deny2.yaml
+++ b/tests/plugins/websockets/configs/.rr-websockets-deny2.yaml
@@ -23,7 +23,7 @@ broadcast:
test:
driver: redis
addrs:
- - "localhost:6379"
+ - "127.0.0.1:6379"
websockets:
broker: test
diff --git a/tests/plugins/websockets/configs/.rr-websockets-redis.yaml b/tests/plugins/websockets/configs/.rr-websockets-redis.yaml
index 3557f5f1..e3d5f0b8 100644
--- a/tests/plugins/websockets/configs/.rr-websockets-redis.yaml
+++ b/tests/plugins/websockets/configs/.rr-websockets-redis.yaml
@@ -21,7 +21,7 @@ http:
redis:
addrs:
- - "localhost:6379"
+ - "127.0.0.1:6379"
broadcast:
test: