6 lines
151 B
YAML
6 lines
151 B
YAML
|
cluster.name: "docker-cluster-01"
|
||
|
network.host: 0.0.0.0
|
||
|
http.cors.enabled: true
|
||
|
http.cors.allow-origin: "*"
|
||
|
# 关闭xpack
|
||
|
xpack.security.enabled: false
|