Merge pull request #213 from nats-io/cluster_bcrypt_configs

Fix ports for cluster bcrypt auth config files in server package
This commit is contained in:
Derek Collison
2016-02-23 22:35:34 -08:00
2 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
# Cluster Server A
host: '127.0.0.1'
port: 4222
port: 7222
authorization {
user: user
@@ -13,7 +13,7 @@ authorization {
cluster {
host: '127.0.0.1'
port: 4244
port: 7244
authorization {
user: ruser
@@ -27,6 +27,6 @@ cluster {
# in their routes definitions from above.
routes = [
nats-route://ruser:bar@127.0.0.1:4246
nats-route://ruser:bar@127.0.0.1:7246
]
}

View File

@@ -3,7 +3,7 @@
# Cluster Server B
host: '127.0.0.1'
port: 4224
port: 7224
authorization {
user: user
@@ -13,7 +13,7 @@ authorization {
cluster {
host: '127.0.0.1'
port: 4246
port: 7246
authorization {
user: ruser
@@ -27,6 +27,6 @@ cluster {
# in their routes definitions from above.
routes = [
nats-route://ruser:bar@127.0.0.1:4244
nats-route://ruser:bar@127.0.0.1:7244
]
}