From 4f42c82be2b1d9271307ac07fe6256cce3f4c5ea Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 3 Aug 2021 18:24:49 -0700 Subject: config: remove 'scholar-svc500' name from QA config --- settings.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'settings.toml') diff --git a/settings.toml b/settings.toml index e2bc6d6..76488b0 100644 --- a/settings.toml +++ b/settings.toml @@ -50,14 +50,14 @@ KAFKA_BROKERS = ["localhost"] [development-qa] SCHOLAR_ENV = "dev" -ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292" -ELASTICSEARCH_PUBLIC_URL = "http://scholar-svc500.fatcat.wiki:9292" +ELASTICSEARCH_QUERY_BASE = "https://search.fatcat.wiki" +ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki" [qa] SCHOLAR_ENV = "qa" -ELASTICSEARCH_QUERY_BASE = "http://scholar-svc500.fatcat.wiki:9292" +ELASTICSEARCH_QUERY_BASE = "https://search.fatcat.wiki" ELASTICSEARCH_WRITE_BASE = "http://localhost:9200" -ELASTICSEARCH_PUBLIC_URL = "http://scholar-svc500.fatcat.wiki:9292" +ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] [prod] @@ -67,7 +67,7 @@ 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" -ELASTICSEARCH_PUBLIC_URL = "http://scholar-svc500.fatcat.wiki:9292" +ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] ENABLE_GOATCOUNTER = true GOATCOUNTER_ENDPOINT = "/goatcounter/count" -- cgit v1.2.3