mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
12 lines
204 B
Plaintext
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}
|
|
]
|
|
}
|