Files
nats-server/server/configs/reload/multiple_users_1.conf
Tyler Treat ca1b3485cb Fix "error opening file" errors in tests for Windows
This sort of just punts on the problem by not creating log files in the
tests, but it seemed like the simplest solution.
2017-07-10 12:21:01 -05:00

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
}