github.com/nsqio/nsq@v1.3.0/contrib/nsqlookupd.cfg.example (about) 1 ## log verbosity level: debug, info, warn, error, or fatal 2 log_level = "info" 3 4 ## <addr>:<port> to listen on for TCP clients 5 tcp_address = "0.0.0.0:4160" 6 7 ## <addr>:<port> to listen on for HTTP clients 8 http_address = "0.0.0.0:4161" 9 10 ## address that will be registered with lookupd (defaults to the OS hostname) 11 # broadcast_address = "" 12 13 14 ## duration of time a producer will remain in the active list since its last ping 15 inactive_producer_timeout = "300s" 16 17 ## duration of time a producer will remain tombstoned if registration remains 18 tombstone_lifetime = "45s"