mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Removes stripping of http from url
This commit is contained in:
parent
d3caf663c5
commit
4e6305c24a
@ -6,7 +6,6 @@ ROOT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
# Define test files and indices
|
||||
ELASTICSEARCH_HOST = os.environ.get('ELASTICSEARCH_HOST') or 'localhost'
|
||||
ELASTICSEARCH_HOST = ELASTICSEARCH_HOST.lstrip('http://')
|
||||
|
||||
FLIGHTS_INDEX_NAME = 'flights'
|
||||
FLIGHTS_MAPPING = {"mappings": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user