# Uncomment the following lines for a production cluster deployment
transport.host: 0.0.0.0 #开启远程连接
#discovery.zen.minimum_master_nodes: 1
cluster.name: my-application #添加集群节点名称
http.cors.enabled: true #开启跨域
http.cors.allow-origin: "*" #允许那些域 跨域 或域名跨域
network.host: 192.168.211.132 #宿主机ip