Advertisement

通过Docker实现emqx集群的静态配置(emqx静态配置)

阅读量:

dashboard {
listeners.http {
bind = 18083
}
}

复制代码
    #### 189
    
    
    
    
    
      
      
      
      
      
    

Cluster discovery via static seed nodes

node {
name = "emqx@192.168.50.189"
cookie = "3882cbd0254f9f398a1ca785703b46668f61ad0928b70fc0ee850f8a431fb86b"
data_dir = "data"
}

cluster {
}

Human-friendly name of the EMQX cluster.

变量名称被设定为emqxcl

复制代码
    ## Service discovery method for the cluster nodes
    discovery_strategy = static
    
    ## If true, the node will try to heal network partitions automatically
    autoheal = true

全部评论 (0)

还没有任何评论哟~