Set cluster.discovery default by mcast
This commit is contained in:
parent
081717be92
commit
6350337d1d
|
@ -11,7 +11,7 @@
|
|||
cluster.name = emqcl
|
||||
|
||||
## Cluster discovery strategy: manual | static | mcast | dns | etcd | k8s
|
||||
cluster.discovery = etcd
|
||||
cluster.discovery = mcast
|
||||
|
||||
## Cluster Autoheal: on | off
|
||||
cluster.autoheal = on
|
||||
|
|
Loading…
Reference in New Issue