From 9607e4fd177c9df9fcc1db5ff9d4ef688163235b Mon Sep 17 00:00:00 2001 From: mycodedoesnotcompile2 <149587341+mycodedoesnotcompile2@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:01:19 +0000 Subject: [PATCH] Update config.go --- internal/config/config.go | 1 + 1 file changed, 1 insertion(+) 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