package config // WebCfg groups web UI, static serving, and HTTP CORS settings. type WebCfg struct { StaticDir string WebDisable bool WebDevProxyURL string BrandingDir string BrandingEnabled bool Theme string CORSEnabled bool CORSOrigins []string }