From 35c1e59e1b4903ab7b4ac922199c0a55e3a20f5a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 21:33:23 -0700 Subject: seaweedfs for S3 API; pull config from dynaconf --- settings.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.toml') 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" -- cgit v1.2.3