diff options
author | Alan Pearce | 2024-06-28 16:03:38 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-28 16:03:38 +0200 |
commit | 82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40 (patch) | |
tree | 34fbbdc966f8d2c3863e03147fb149a72ee01367 /internal/config | |
parent | 32a2145ee44cc301551ce2e4d24ed34361ebd4b2 (diff) | |
download | website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.lz website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.tar.zst website-82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40.zip |
make goatcounter URL configurable
Diffstat (limited to 'internal/config')
-rw-r--r-- | internal/config/config.go | 1 |
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 |