From 7f1fd61ac875c3bd58ced3a1fdbc9539d9f54644 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 21 Nov 2018 13:14:23 -0800 Subject: ELASTICSEARCH not ELASTIC --- python/web_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/web_config.py') diff --git a/python/web_config.py b/python/web_config.py index 749d0586..8e177f77 100644 --- a/python/web_config.py +++ b/python/web_config.py @@ -19,8 +19,8 @@ class Config(object): # This is, effectively, the QA/PROD flag FATCAT_DOMAIN = os.environ.get("FATCAT_DOMAIN", default="qa.fatcat.wiki") # can set this to https://search.fatcat.wiki for some experimentation - ELASTIC_BACKEND = os.environ.get("ELASTIC_BACKEND", default="http://localhost:9200") - ELASTIC_INDEX = os.environ.get("ELASTIC_INDEX", default="fatcat") + ELASTICSEARCH_BACKEND = os.environ.get("ELASTICSEARCH_BACKEND", default="http://localhost:9200") + ELASTICSEARCH_INDEX = os.environ.get("ELASTICSEARCH_INDEX", default="fatcat") # "Event more verbose" debug options. SECRET_KEY is bogus. #SQLALCHEMY_ECHO = True -- cgit v1.2.3