mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
9 lines
138 B
Plaintext
9 lines
138 B
Plaintext
# Users configuration
|
|
|
|
include ./passwords.conf;
|
|
|
|
users = [
|
|
{user: alice, password: $ALICE_PASS}
|
|
{user: bob, password: $BOB_PASS}
|
|
]
|