mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
18 lines
229 B
Plaintext
18 lines
229 B
Plaintext
# Copyright 2015-2016 Apcera Inc. All rights reserved.
|
|
|
|
# Cluster Seed Node
|
|
|
|
listen: 127.0.0.1:4222
|
|
|
|
http: 8222
|
|
|
|
cluster {
|
|
listen: 127.0.0.1:4248
|
|
|
|
authorization {
|
|
user: ruser
|
|
password: T0PS3cr3T!
|
|
timeout: 1
|
|
}
|
|
}
|