NewsBlur-viq/config/elasticsearch/elasticsearch.yml

10 lines
193 B
YAML
Raw Normal View History

http.cors.enabled: true
http.cors.allow-origin: "*"
discovery.type: single-node
cluster.routing.allocation.disk.threshold_enabled: false
cluster.name: "docker-cluster"
network.host: 0.0.0.0