diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 15:53:44 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-22 15:53:44 -0700 |
commit | 7fc41ef2440a935d9b5f6601f490e1ece343fb1c (patch) | |
tree | b93ab100822120b9019653a74a6bbdf5f916a8c1 | |
parent | a508e8b4196d44c384fdc65924607022fdfe1fd2 (diff) | |
download | fatcat-scholar-7fc41ef2440a935d9b5f6601f490e1ece343fb1c.tar.gz fatcat-scholar-7fc41ef2440a935d9b5f6601f490e1ece343fb1c.zip |
local goatcounter via nginx for main deployment
-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" |