aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-22 20:17:57 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-22 20:17:57 -0700
commit4c66a567ba8caeeb2eec79c30dd27f0e2da97cee (patch)
tree60881a02a153a937da112d56922c3a005fcdb590
parent06e1e58110da1ed6c43ce740433ba7234b56d981 (diff)
downloadfatcat-scholar-4c66a567ba8caeeb2eec79c30dd27f0e2da97cee.tar.gz
fatcat-scholar-4c66a567ba8caeeb2eec79c30dd27f0e2da97cee.zip
booleans, not ints, in settings.toml
-rw-r--r--settings.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.toml b/settings.toml
index a4434a5..17c0f1e 100644
--- a/settings.toml
+++ b/settings.toml
@@ -14,7 +14,7 @@ KAFKA_BROKERS = []
FATCAT_API_HOST = "https://api.fatcat.wiki/v0"
INDEX_WORKER_BATCH_SIZE = 50
SENTRY_DSN = ""
-ENABLE_GOATCOUNTER = 0
+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"
@@ -43,6 +43,6 @@ FATCAT_ELASTICSEARCH_BACKEND = "https://search.qa.fatcat.wiki"
ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext_v01"
ELASTICSEARCH_BACKEND = "http://localhost:9200"
KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"]
-ENABLE_GOATCOUNTER = 1
+ENABLE_GOATCOUNTER = true
GOATCOUNTER_ENDPOINT = "/goatcounter/count"
GOATCOUNTER_SCRIPT_URL = "/goatcounter/count.js"