aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2022-05-12 02:27:08 -0700
committerBryan Newbold <bnewbold@archive.org>2022-05-12 02:27:08 -0700
commitc19c265a93c52325c815417288568359cab90718 (patch)
tree7650976be9dc81fccd467df74c256ee0e6b5b8f0
parentaace407aecf934b72263de9d1bccb20dd2093037 (diff)
downloadfatcat-scholar-c19c265a93c52325c815417288568359cab90718.tar.gz
fatcat-scholar-c19c265a93c52325c815417288568359cab90718.zip
settings: new kafka main broker instance
-rw-r--r--settings.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.toml b/settings.toml
index 7fbd38a..c69a80c 100644
--- a/settings.toml
+++ b/settings.toml
@@ -60,7 +60,7 @@ ENABLE_PROMETHEUS = true
ELASTICSEARCH_QUERY_BASE = "https://search.fatcat.wiki"
ELASTICSEARCH_WRITE_BASE = "http://localhost:9200"
ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki"
-KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
+KAFKA_BROKERS = ["wbgrp-svc350.us.archive.org"]
[prod]
SCHOLAR_ENV = "prod"
@@ -72,7 +72,7 @@ ELASTICSEARCH_QUERY_PREFERENCE = "_local"
ELASTICSEARCH_WRITE_BASE = "http://localhost:9200"
ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01_20211208"
ELASTICSEARCH_PUBLIC_URL = "https://search.fatcat.wiki"
-KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
+KAFKA_BROKERS = ["wbgrp-svc350.us.archive.org"]
ENABLE_GOATCOUNTER = true
GOATCOUNTER_ENDPOINT = "/goatcounter/count"
GOATCOUNTER_SCRIPT_URL = "/goatcounter/count.js"