all repos — homestead @ c29582cf0f9c3182d8c1d51b6f68c14b75cde0df

Code for my website

specify toml key for wildcard domain configuration

Alan Pearce
commit

c29582cf0f9c3182d8c1d51b6f68c14b75cde0df

parent

fc0cfed1cb1f75b0fc101bd03848c3ea284b72fe

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M internal/config/config.gointernal/config/config.go
@@ -42,8 +42,8 @@ DomainStartDate string `toml:"domain_start_date"`
OriginalDomain string `toml:"original_domain"` GoatCounter URL `toml:"goatcounter"` Domains []string - WildcardDomain string - OIDCHost URL `toml:"oidc_host"` + WildcardDomain string `toml:"wildcard_domain"` + OIDCHost URL `toml:"oidc_host"` Taxonomies []Taxonomy CSP *CSP `toml:"content-security-policy"` Extra struct {