nsqlookupd.cfg.example 561 B

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