elasticutils/test_settings.py

4 строки
91 B
Python

ES_HOSTS = ['127.0.0.1:9200']
ES_INDEXES = {'default': 'elasticutilstest'}
ES_TIMEOUT = 10