From 39d3fecbd6446223a3b9138cf601861fcb964f32 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Sep 2021 18:31:18 -0700 Subject: settings: disable onion header while service is not in production --- settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3