Files
nats-server/conf/includes/users.conf
2016-11-21 14:58:05 -08:00

9 lines
138 B
Plaintext

# Users configuration
include ./passwords.conf;
users = [
{user: alice, password: $ALICE_PASS}
{user: bob, password: $BOB_PASS}
]