From 75b795157d9b57e2ea096003a84d77539f25a4a5 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 20 May 2020 17:04:59 -0700 Subject: default search locations for different environments --- settings.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'settings.toml') 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" -- cgit v1.2.3