Skip to content

Instantly share code, notes, and snippets.

@sravanthi17
Created July 31, 2019 15:54
Show Gist options
  • Save sravanthi17/6b1b8bb6fa69b7c554986668ca00353f to your computer and use it in GitHub Desktop.
Save sravanthi17/6b1b8bb6fa69b7c554986668ca00353f to your computer and use it in GitHub Desktop.
elasticsearch.username: "kibana"
elasticsearch.password: "kibanapassword"
server.cors : true
server.cors.origin: ["*"]
server.cors.additionalHeaders: ["kbn-version", "cookie"]
server.cors.credentials: true
regionmap:
layers:
- name: "Nepal"
url: "http://localhost:8001/nepal-acesmndr.geojson"
attribution: "exploratory.io"
fields:
- name: "PROVINCE"
description: "PROVINCE"
- name: "DISTRICT"
description: "District"
- name: "HQ"
description: "Hq"
- name: "Nepal Districts"
url: "http://localhost:8001/municipalities.json"
attribution: "exploratory.io"
fields:
- name: "NAME"
description: "NAME"
- name: "DISTRICT"
description: "District"
- name: "Nepal Municipalities"
url: "http://localhost:8001/municipalities.geojson"
attribution: "exploratory.io"
fields:
- name: "NAME"
description: "NAME"
- name: "DISTRICT"
description: "District"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment