config: Add Elasticsearch hosts (#492)

This commit is contained in:
Anna-Maria Meriniemi
2018-07-10 08:26:23 +03:00
committed by Arylide
parent 56a670977e
commit 5c8b119611
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 ##