Skip to content

Commit

Permalink
Change the ES address to localhost (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
feng-tao authored May 24, 2019
1 parent f17b04a commit cb6e407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/scripts/sample_data_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# change to the address of Elasticsearh service
es = Elasticsearch([
{'host': '0.0.0.0'},
{'host': 'localhost'},
])

DB_FILE = '/tmp/test.db'
Expand Down

0 comments on commit cb6e407

Please sign in to comment.