config: Add Elasticsearch hosts

This commit is contained in:
TheAMM
2018-05-16 19:53:09 +03:00
parent b999f8d39f
commit 98a89265c0
4 changed files with 9 additions and 3 deletions

View File

@@ -144,6 +144,8 @@ ENABLE_ELASTIC_SEARCH_HIGHLIGHT = False
ES_MAX_SEARCH_RESULT = 1000
# ES index name generally (nyaa or sukebei)
ES_INDEX_NAME = SITE_FLAVOR
# ES hosts
ES_HOSTS = ['localhost:9200']
################
## Commenting ##