diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-20 11:11:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-20 11:11:44 -0700 |
commit | e567b1fe1b970d442994702f82013cec1429f259 (patch) | |
tree | 7809af79795f8a532ee8568f7ac7eea10263f7f5 /settings.toml | |
parent | 0db57cff7791bca64959af9e530ad4c5cfb1f2be (diff) | |
download | fatcat-scholar-e567b1fe1b970d442994702f82013cec1429f259.tar.gz fatcat-scholar-e567b1fe1b970d442994702f82013cec1429f259.zip |
settings: real QA config values
Diffstat (limited to 'settings.toml')
-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] |