all repos — website @ 82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40

My website

make goatcounter URL configurable

Alan Pearce
commit

82baf3c72e8aeec606b2c3fcd34b7ad8b4e1bc40

parent

32a2145ee44cc301551ce2e4d24ed34361ebd4b2

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/config/config.gointernal/config/config.go
@@ -38,6 +38,7 @@ Email string
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