From 7cee01ff80ddc3d9f773735ebc9cb12c9dcd4545 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 17:51:30 -0700 Subject: settings: QA point to search.fatcat.wiki --- settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.toml b/settings.toml index ca751b6..1e9ccc6 100644 --- a/settings.toml +++ b/settings.toml @@ -15,7 +15,7 @@ ELASTICSEARCH_BACKEND = "http://localhost:9200" [qa] SCHOLAR_ENV = "qa" ELASTICSEARCH_FULLTEXT_INDEX = "qa_scholar_fulltext" -ELASTICSEARCH_BACKEND = "http://localhost:9200" +ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" [prod] SCHOLAR_ENV = "prod" -- cgit v1.2.3