aboutsummaryrefslogtreecommitdiffstats
path: root/settings.toml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-23 00:06:50 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-23 00:06:50 -0700
commit3161319d0fe3feafe2b5fed48b9383680f9f0547 (patch)
treee0bfda2fe6bec3786743e90418b8e295e0419682 /settings.toml
parentd52f5c1d5de7193ef367c812bc741ebd52655bdd (diff)
downloadfatcat-scholar-3161319d0fe3feafe2b5fed48b9383680f9f0547.tar.gz
fatcat-scholar-3161319d0fe3feafe2b5fed48b9383680f9f0547.zip
basic test for issue-db pipeline
Diffstat (limited to 'settings.toml')
-rw-r--r--settings.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.toml b/settings.toml
index 17c0f1e..0a9a95e 100644
--- a/settings.toml
+++ b/settings.toml
@@ -18,10 +18,11 @@ ENABLE_GOATCOUNTER = false
GOATCOUNTER_ENDPOINT = "https://goatcounter.scholar.fatcat.wiki/count"
GOATCOUNTER_SCRIPT_URL = "https://goatcounter.scholar.fatcat.wiki/count.js"
ONION_DOMAIN = "scholar-qa.archivev3qli37bju4rlh27glh24lljyezwxf4pokmrdbpefjlcrp5id.onion"
+ENABLE_PROMETHEUS = false
[test]
SCHOLAR_ENV = "test"
-FATCAT_API_HOST = "http://localhost:9411/v0"
+FATCAT_API_HOST = "http://disabled-during-tests-bogus.xyz:3333"
SCHOLAR_ISSUEDB_PATH = ":memory:"
[development]