package proxy type ProxyConfig struct { ProjectOrigin string `env:"PROJECT_ORIGIN,required"` ProxyToken string `env:"PROXY_TOKEN,required"` }