From e567b1fe1b970d442994702f82013cec1429f259 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 20 Oct 2020 11:11:44 -0700 Subject: settings: real QA config values --- settings.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.toml b/settings.toml index c5845cf..aaab1bd 100644 --- a/settings.toml +++ b/settings.toml @@ -27,8 +27,8 @@ FATCAT_API_HOST = "http://localhost:9411/v0" [qa] SCHOLAR_ENV = "qa" -ELASTICSEARCH_FULLTEXT_INDEX = "qa_scholar_fulltext" -ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" +ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext_v01" +ELASTICSEARCH_BACKEND = "http://search-svc097.fatcat.wiki:9292" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] [prod] -- cgit v1.2.3