all repos — homestead @ b712080aeb160e9e91952603937476309906c029

Code for my website

make goatcounter URL configurable

Alan Pearce
commit

b712080aeb160e9e91952603937476309906c029

parent

5fa45d81f0772ff202d27d9af76f5bef343c99e6

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