diff --git a/internal/config/config.go b/internal/config/config.go index 3a338ce..34fe314 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -17,6 +17,7 @@ type Config struct { S3Endpoint string `koanf:"S3_ENDPOINT"` Env string `koanf:"ENV"` SecretKey string `koanf:"SECRET_KEY"` + Proxy string `koanf:"PROXY"` } var Conf *Config