mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
22 lines
217 B
Plaintext
22 lines
217 B
Plaintext
|
|
# Simple config file
|
|
|
|
port: 4242
|
|
net: apcera.me # net interface
|
|
|
|
http_port: 8222
|
|
|
|
authorization {
|
|
user: derek
|
|
password: bella
|
|
timeout: 1
|
|
}
|
|
|
|
# logging options
|
|
debug: false
|
|
trace: true
|
|
logtime: false
|
|
|
|
|
|
|