diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-09 12:51:02 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-09 12:51:02 -0700 |
commit | d97df1f69326840f1d3589dccea22124b0c31b01 (patch) | |
tree | 486ff2034fe8a2a972a5cef951e235fd3d9f3646 | |
parent | b604749c4059c72b5b5d64e8e964263f846581e7 (diff) | |
download | fatcat-scholar-d97df1f69326840f1d3589dccea22124b0c31b01.tar.gz fatcat-scholar-d97df1f69326840f1d3589dccea22124b0c31b01.zip |
update sandcrawler-db host
-rw-r--r-- | settings.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml index 79330af..e2bc6d6 100644 --- a/settings.toml +++ b/settings.toml @@ -9,7 +9,7 @@ ELASTICSEARCH_WRITE_BASE = "http://localhost:9200" ELASTICSEARCH_WRITE_FULLTEXT_INDEX = "scholar_fulltext_v01" ELASTICSEARCH_PUBLIC_URL = "http://localhost:9292" THUMBNAIL_URL_PREFIX = "https://blobs.fatcat.wiki/thumbnail/pdf/" -SANDCRAWLER_DB_API = "http://aitio.us.archive.org:3030" +SANDCRAWLER_DB_API = "http://wbgrp-svc506.us.archive.org:3030" SANDCRAWLER_S3_API = "wbgrp-svc169.us.archive.org:8333" GROBID_HOST = "https://grobid.qa.fatcat.wiki" KAFKA_BROKERS = [] |