elasticsearch.yml 226 B

1234567
  1. http.host: 0.0.0.0
  2. http.cors.enabled: true
  3. http.cors.allow-origin: "*"
  4. # Uncomment the following lines for a production cluster deployment
  5. #transport.host: 0.0.0.0
  6. #discovery.zen.minimum_master_nodes: 1
  7. transport.host: 0.0.0.0