Skip to content

Commit

Permalink
update publiccd endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tokle committed Mar 21, 2024
1 parent ff84d15 commit 746ba07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/go/internal/vespa/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var PublicCDSystem = System{
URL: "https://api-ctl.cd.vespa-cloud.com:4443",
ConsoleURL: "https://console.cd.vespa-cloud.com",
DefaultZone: ZoneID{Environment: "dev", Region: "aws-us-east-1c"},
EndpointDomain: "cd.vespa-app.cloud",
EndpointDomain: "cd-vespa-app.cloud",
}

// MainSystem represents the main hosted Vespa system.
Expand Down

0 comments on commit 746ba07

Please sign in to comment.