From 996603e9bf874f066f7d13f6b91977bd2d34d0c1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 26 Sep 2018 22:44:58 -0700 Subject: switch search to new elastic schema (and endpoint) --- python/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/config.py') diff --git a/python/config.py b/python/config.py index cb2c7bf0..3d6db049 100644 --- a/python/config.py +++ b/python/config.py @@ -11,8 +11,8 @@ class Config(object): GIT_REVISION = subprocess.check_output(["git", "describe", "--always"]).strip() # This is, effectively, the QA/PROD flag FATCAT_DOMAIN = "qa.fatcat.wiki" - ELASTIC_INDEX = "crossref-works" - ELASTIC_BACKEND = "http://search.{}:8088".format(FATCAT_DOMAIN) + ELASTIC_BACKEND = "https://search.fatcat.wiki" + ELASTIC_INDEX = "fatcat" # "Event more verbose" debug options. SECRET_KEY is bogus. #SQLALCHEMY_ECHO = True -- cgit v1.2.3