aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-19 19:14:15 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-19 19:14:15 -0700
commit1d632096944465fa44caf068feff5c12cdf357f2 (patch)
tree094841a9bab47bcd3242ee5ad31fcadc63d30f88
parentbc641c8d9f52867ed7b25015fd7c359fff32582a (diff)
downloadfatcat-scholar-1d632096944465fa44caf068feff5c12cdf357f2.tar.gz
fatcat-scholar-1d632096944465fa44caf068feff5c12cdf357f2.zip
settings: set prod to actual settings we are using
-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"]