Skip to content

Commit

Permalink
[AH-329]: Updated env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind-choudhary-h authored and hitesharinga committed Sep 3, 2024
1 parent bdbc48c commit 133b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 133b00e

Please sign in to comment.