Files
nats-server/server/configs/test.conf
Eric Malm 89452213bf Make profiling port configurable via file
- Port can be specified with 'prof_port' value in file
- CLI flag overrides config file setting
2014-04-24 18:01:09 -07:00

26 lines
299 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
log_file: "/tmp/gnatsd.log"
#pid file
pid_file: "/tmp/gnatsd.pid"
prof_port: 6543