diff options
-rw-r--r-- | settings.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |