Merge pull request #538 from nats-io/use_loopback

Use loopback for some config reload tests
This commit is contained in:
Ivan Kozlovic
2017-07-11 11:48:11 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ cluster {
listen: 127.0.0.1:7244
routes = [
nats-route://localhost:7247 # Remove srv b route and add srv c
nats-route://127.0.0.1:7247 # Remove srv b route and add srv c
]
}

View File

@@ -5,5 +5,5 @@
listen: localhost:-1
cluster {
listen: localhost:7247
listen: 127.0.0.1:7247
}