From 133b00e3b96a14092bb49ff6c6d42f3d0e9a415c Mon Sep 17 00:00:00 2001 From: Arvind Choudhary Date: Tue, 3 Sep 2024 14:30:53 -0700 Subject: [PATCH] [AH-329]: Updated env vars --- types/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/config.go b/types/config.go index d14d8aed9..edc680691 100644 --- a/types/config.go +++ b/types/config.go @@ -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