mirror of
https://github.com/viq/NewsBlur.git
synced 2025-08-20 05:14:26 +00:00
14 lines
371 B
YAML
14 lines
371 B
YAML
http.port: 9200
|
|
http.cors.enabled: true
|
|
http.cors.allow-origin: "*"
|
|
http.cors.allow-headers: X-Requested-With,X-Auth-Token,Content-Type,Content-Length,Authorization
|
|
http.cors.allow-credentials: true
|
|
xpack.security.enabled: false
|
|
|
|
discovery.type: single-node
|
|
|
|
cluster.routing.allocation.disk.threshold_enabled: false
|
|
|
|
cluster.name: "docker-cluster"
|
|
network.host: 0.0.0.0
|
|
|