diff --git a/config/config.go b/config/config.go index 9095337..f405fed 100644 --- a/config/config.go +++ b/config/config.go @@ -18,7 +18,7 @@ type ServerConfig struct { PagesBranches []string AllowedCorsDomains []string BlacklistedPaths []string - HttpOnlyMode bool `default:"false"` + HttpOnlyMode bool `default:"false"` } type ForgeConfig struct {