From e3df27256d9fddd4dcc91b851a55f10ebd9e7ba9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Mar 2021 19:34:26 -0800 Subject: settings: update onion domain (not qa, and prod-only) --- settings.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.toml b/settings.toml index aececc5..b3b1890 100644 --- a/settings.toml +++ b/settings.toml @@ -21,7 +21,6 @@ SENTRY_DSN = "" ENABLE_GOATCOUNTER = false GOATCOUNTER_ENDPOINT = "https://goatcounter.scholar.fatcat.wiki/count" GOATCOUNTER_SCRIPT_URL = "https://goatcounter.scholar.fatcat.wiki/count.js" -ONION_DOMAIN = "scholar-qa.archivev3qli37bju4rlh27glh24lljyezwxf4pokmrdbpefjlcrp5id.onion" ENABLE_PROMETHEUS = false ENABLE_CITATION_QUERY = true EXCLUDE_WEB_CONTAINER_IDENTS = [] @@ -63,6 +62,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_FULLTEXT_INDEX = "scholar_fulltext" ELASTICSEARCH_WRITE_BASE = "http://localhost:9200" -- cgit v1.2.3