diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 21:33:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-29 21:33:23 -0700 |
commit | 35c1e59e1b4903ab7b4ac922199c0a55e3a20f5a (patch) | |
tree | 94b44a594d9254ee9b3c8a6cfa0c8f2e468c39d4 /settings.toml | |
parent | 9f99cf6926b09f906b21d64b631e797fdbb51bac (diff) | |
download | fatcat-scholar-35c1e59e1b4903ab7b4ac922199c0a55e3a20f5a.tar.gz fatcat-scholar-35c1e59e1b4903ab7b4ac922199c0a55e3a20f5a.zip |
seaweedfs for S3 API; pull config from dynaconf
Diffstat (limited to 'settings.toml')
-rw-r--r-- | settings.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml index 1e9ccc6..c4f3b17 100644 --- a/settings.toml +++ b/settings.toml @@ -6,6 +6,8 @@ I18N_LANG_DEFAULT = "en" ELASTICSEARCH_BACKEND = "https://search.fatcat.wiki" ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext" THUMBNAIL_URL_PREFIX = "https://blobs.fatcat.wiki/thumbnail/pdf/" +SANDCRAWLER_DB_API = "http://aitio.us.archive.org:3030" +SANDCRAWLER_S3_API = "wbgrp-svc169.us.archive.org:8333" [dev] SCHOLAR_ENV = "dev" |