aboutsummaryrefslogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-09-20 18:31:18 -0700
committerBryan Newbold <bnewbold@archive.org>2021-09-20 18:31:18 -0700
commit39d3fecbd6446223a3b9138cf601861fcb964f32 (patch)
treef092e306308f5f106cadc04568b61770bac44968 /settings.toml
parent6f3145c0d7310129f06ef99f867708b5207e1c1d (diff)
downloadfatcat-scholar-39d3fecbd6446223a3b9138cf601861fcb964f32.tar.gz
fatcat-scholar-39d3fecbd6446223a3b9138cf601861fcb964f32.zip
settings: disable onion header while service is not in production
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 07ba1bd..83be040 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"
+#ONION_DOMAIN = "scholar.archivev3qli37bju4rlh27glh24lljyezwxf4pokmrdbpefjlcrp5id.onion"
ELASTICSEARCH_QUERY_BASE = "http://localhost:9292"
ELASTICSEARCH_QUERY_FULLTEXT_INDEX = "scholar_fulltext"
ELASTICSEARCH_QUERY_PREFERENCE = "_local"