diff options
-rw-r--r-- | settings.toml | 4 |
1 files 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] |