about summary refs log tree commit diff stats
path: root/internal/config/config.go
diff options
context:
space:
mode:
authorAlan Pearce2024-06-28 16:03:38 +0200
committerAlan Pearce2024-06-28 16:03:38 +0200
commit82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40 (patch)
tree34fbbdc966f8d2c3863e03147fb149a72ee01367 /internal/config/config.go
parent32a2145ee44cc301551ce2e4d24ed34361ebd4b2 (diff)
downloadwebsite-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.lz
website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.zst
website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.zip
make goatcounter URL configurable
Diffstat (limited to 'internal/config/config.go')
-rw-r--r--internal/config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go
index 7d43462..b429333 100644
--- a/internal/config/config.go
+++ b/internal/config/config.go
@@ -38,6 +38,7 @@ type Config struct {
 	Description      string
 	DomainStartDate  string `toml:"domain_start_date"`
 	OriginalDomain   string `toml:"original_domain"`
+	GoatCounter      URL    `toml:"goatcounter"`
 	Domains          []string
 	OIDCHost         URL `toml:"oidc_host"`
 	Taxonomies       []Taxonomy