From 1d632096944465fa44caf068feff5c12cdf357f2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 19 Oct 2020 19:14:15 -0700 Subject: settings: set prod to actual settings we are using --- settings.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'settings.toml') diff --git a/settings.toml b/settings.toml index f5078e5..9a9db7c 100644 --- a/settings.toml +++ b/settings.toml @@ -33,6 +33,7 @@ KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] [prod] SCHOLAR_ENV = "prod" -ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext" -ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" +FATCAT_ELASTICSEARCH_BACKEND = "https://search.qa.fatcat.wiki" +ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext_v01" +ELASTICSEARCH_BACKEND = "http://localhost:9200" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] -- cgit v1.2.3