aboutsummaryrefslogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-14 17:03:28 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-14 17:03:28 -0800
commit929087f0dd7ea965a7f464f9bfeebf643385cffc (patch)
tree6fb3a5556948217f1a3d2c8916e7a9827e342817 /settings.toml
parent6f26a179c69979c28e6b95e4b7e9e19e4a2108d5 (diff)
downloadfatcat-scholar-929087f0dd7ea965a7f464f9bfeebf643385cffc.tar.gz
fatcat-scholar-929087f0dd7ea965a7f464f9bfeebf643385cffc.zip
settings: more test configs to prevent actual network attempts
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml
index e78fad5..40e61ce 100644
--- a/settings.toml
+++ b/settings.toml
@@ -23,8 +23,11 @@ ENABLE_PROMETHEUS = false
[test]
SCHOLAR_ENV = "test"
FATCAT_API_HOST = "http://disabled-during-tests-bogus.xyz:3333"
+FATCAT_ELASTICSEARCH_BACKEND = "http://disabled-during-tests-bogus.xyz:3333"
ELASTICSEARCH_FRONTEND = "http://disabled-during-tests-bogus.xyz:3333"
ELASTICSEARCH_BACKEND = "http://disabled-during-tests-bogus.xyz:3333"
+SANDCRAWLER_DB_API = "http://disabled-during-tests-bogus.xyz:3333"
+SANDCRAWLER_S3_API = "disabled-during-tests-bogus.xyz:8333"
SCHOLAR_ISSUEDB_PATH = ":memory:"
[development]