aboutsummaryrefslogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-06 10:23:54 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-06 10:23:54 -0700
commitffdc6b78be020c392b1e233b928509291cfca2f7 (patch)
treef3673aa11e95753e0630a17a63af095540f6cd86 /settings.toml
parent30b93dc18464bd8c1675d8279d2cf7493ba24a12 (diff)
downloadfatcat-scholar-ffdc6b78be020c392b1e233b928509291cfca2f7.tar.gz
fatcat-scholar-ffdc6b78be020c392b1e233b928509291cfca2f7.zip
prod config: point to local elasticsearch instance
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml
index b3b1890..79330af 100644
--- a/settings.toml
+++ b/settings.toml
@@ -63,7 +63,7 @@ KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
[prod]
SCHOLAR_ENV = "prod"
ONION_DOMAIN = "scholar.archivev3qli37bju4rlh27glh24lljyezwxf4pokmrdbpefjlcrp5id.onion"
-ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292"
+ELASTICSEARCH_QUERY_BASE = "http://localhost:9292"
ELASTICSEARCH_QUERY_FULLTEXT_INDEX = "scholar_fulltext"
ELASTICSEARCH_WRITE_BASE = "http://localhost:9200"
ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20210128"