[AH-329]: Updated env vars

This commit is contained in:
Arvind Choudhary 2024-09-03 14:30:53 -07:00 committed by Hitesh Aringa
parent bdbc48cf53
commit 133b00e3b9

View File

@ -92,7 +92,7 @@ type Config struct {
// Registry is used as a base to generate external facing URLs.
// Value is derived from HTTP.Server unless explicitly specified (e.g. http://host.docker.internal:3000).
Registry string `envconfig:"GITNESS_REGISTRY_URL"`
Registry string `envconfig:"GITNESS_URL_REGISTRY"`
}
// Git defines the git configuration parameters