From 3161319d0fe3feafe2b5fed48b9383680f9f0547 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 23 Oct 2020 00:06:50 -0700 Subject: basic test for issue-db pipeline --- settings.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'settings.toml') 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] -- cgit v1.2.3