mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Most of the changes are to turn it off for tests that were watching subscriptions and such. Signed-off-by: Derek Collison <derek@nats.io>
30 lines
495 B
Plaintext
30 lines
495 B
Plaintext
listen: 127.0.0.1:4033
|
|
http: 127.0.0.1:8033
|
|
|
|
password = "s3cr3t!"
|
|
|
|
accounts: {
|
|
engineering: {
|
|
users = [
|
|
{user: alice, password: $password}
|
|
{user: bob, password: $password}
|
|
]
|
|
}
|
|
|
|
legal: {
|
|
users = [
|
|
{user: john, password: $password}
|
|
{user: mary, password: $password}
|
|
]
|
|
}
|
|
|
|
finance: {
|
|
users = [
|
|
{user: peter, password: $password}
|
|
{user: paul, password: $password}
|
|
]
|
|
}
|
|
}
|
|
|
|
no_sys_acc: true
|