Update config.go

This commit is contained in:
mycodedoesnotcompile2 2025-12-13 11:01:19 +00:00 committed by GitHub
parent 20e2679dbd
commit 9607e4fd17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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