aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.toml5
1 files changed, 3 insertions, 2 deletions
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"]