mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 11:48:43 -07:00
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Copyright 2016 Apcera Inc. All rights reserved.
|
|
|
|
listen: localhost:4443
|
|
|
|
authorization {
|
|
users = [
|
|
{user: alice, password: foo}
|
|
{user: bob, password: bar}
|
|
]
|
|
timeout: 0.5
|
|
}
|