cms/YanZhuCMS/chestnut-modules/chestnut-search/docker/elasticsearch/config/elasticsearch.yml

6 lines
151 B
YAML
Raw Normal View History

2023-12-24 10:26:58 +08:00
cluster.name: "docker-cluster-01"
network.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: "*"
# 关闭xpack
xpack.security.enabled: false