mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 10:40:41 -07:00
This sort of just punts on the problem by not creating log files in the tests, but it seemed like the simplest solution.
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Copyright 2017 Apcera Inc. All rights reserved.
|
|
|
|
listen: localhost:-1
|
|
|
|
authorization {
|
|
users = [
|
|
{user: alice, password: foo}
|
|
{user: bob, password: bar}
|
|
]
|
|
timeout: 0.5
|
|
}
|