diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-19 19:14:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-19 19:14:15 -0700 |
commit | 1d632096944465fa44caf068feff5c12cdf357f2 (patch) | |
tree | 094841a9bab47bcd3242ee5ad31fcadc63d30f88 /settings.toml | |
parent | bc641c8d9f52867ed7b25015fd7c359fff32582a (diff) | |
download | fatcat-scholar-1d632096944465fa44caf068feff5c12cdf357f2.tar.gz fatcat-scholar-1d632096944465fa44caf068feff5c12cdf357f2.zip |
settings: set prod to actual settings we are using
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 5 |
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"] |