mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
listen: 127.0.0.1:4233
|
|
http: 127.0.0.1:8233
|
|
|
|
authorization {
|
|
users = [
|
|
{user: alice, password: foo}
|
|
{user: bob, password: bar}
|
|
]
|
|
}
|