cluster-with-manual.conf.example 315 B

123456789101112
  1. ## Cluster discovery via `emqx ctl cluster` command
  2. cluster {
  3. ## Human-friendly name of the EMQX cluster.
  4. name = emqxcl
  5. ## Service discovery method for the cluster nodes
  6. discovery_strategy = manual
  7. ## If true, the node will try to heal network partitions automatically
  8. autoheal = true
  9. }