Set cluster.discovery default by mcast

This commit is contained in:
turtled 2017-07-22 10:09:53 +08:00
parent 081717be92
commit 6350337d1d
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
cluster.name = emqcl cluster.name = emqcl
## Cluster discovery strategy: manual | static | mcast | dns | etcd | k8s ## Cluster discovery strategy: manual | static | mcast | dns | etcd | k8s
cluster.discovery = etcd cluster.discovery = mcast
## Cluster Autoheal: on | off ## Cluster Autoheal: on | off
cluster.autoheal = on cluster.autoheal = on