aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml
index 3769f85..177822d 100644
--- a/settings.toml
+++ b/settings.toml
@@ -8,9 +8,12 @@ COVID19_FULLTEXT_HOST = "https://covid19.fatcat.wiki"
[dev]
ELASTICSEARCH_FULLTEXT_INDEX = "dev_scholar_fulltext"
+ELASTICSEARCH_BACKEND = "http://localhost:9200"
[qa]
ELASTICSEARCH_FULLTEXT_INDEX = "qa_scholar_fulltext"
+ELASTICSEARCH_BACKEND = "http://localhost:9200"
-[production]
+[prod]
ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext"
+ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki"