mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
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:
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user