Files
nats-server/test/configs/multi_user.conf
2016-05-15 10:07:37 -07:00

12 lines
204 B
Plaintext

# Copyright 2016 Apcera Inc. All rights reserved.
listen: 127.0.0.1:4233
http: 127.0.0.1:8233
authorization {
users = [
{user: alice, password: foo}
{user: bob, password: bar}
]
}