Skip to content

Instantly share code, notes, and snippets.

@Chestermozhao
Created December 8, 2019 15:50
Show Gist options
  • Save Chestermozhao/2ad74e9a42eb51f41697456ab2e5e63e to your computer and use it in GitHub Desktop.
Save Chestermozhao/2ad74e9a42eb51f41697456ab2e5e63e to your computer and use it in GitHub Desktop.
elasticsearch_configs
# -*- coding: utf-8 -*-
# file path
SAMPLE_DATA_DIR = "demo_data.json"
# elasticsearch config
ES_HOST = "http://localhost"
ES_PORT = 9200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment