From 4021621241627475a2a392125a09145c085b5e82 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 11 Jul 2024 13:49:27 +0200 Subject: specify toml key for wildcard domain configuration --- internal/config/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/config/config.go b/internal/config/config.go index 24a2fed..7ccad85 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -42,8 +42,8 @@ type Config struct { 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 { -- cgit 1.4.1