diff options
-rw-r--r-- | settings.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.toml b/settings.toml index f11ed7d..aeb8a02 100644 --- a/settings.toml +++ b/settings.toml @@ -43,3 +43,5 @@ ELASTICSEARCH_FULLTEXT_INDEX = "scholar_fulltext_v01" ELASTICSEARCH_BACKEND = "http://localhost:9200" KAFKA_BROKERS = ["wbgrp-svc263.us.archive.org"] ENABLE_GOATCOUNTER = 1 +GOATCOUNTER_ENDPOINT = "/goatcounter/count" +GOATCOUNTER_SCRIPT_URL = "/goatcounter/count.js" |