diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-05-12 02:27:08 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-05-12 02:27:08 -0700 |
commit | c19c265a93c52325c815417288568359cab90718 (patch) | |
tree | 7650976be9dc81fccd467df74c256ee0e6b5b8f0 | |
parent | aace407aecf934b72263de9d1bccb20dd2093037 (diff) | |
download | fatcat-scholar-c19c265a93c52325c815417288568359cab90718.tar.gz fatcat-scholar-c19c265a93c52325c815417288568359cab90718.zip |
settings: new kafka main broker instance
-rw-r--r-- | settings.toml | 4 |
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" |