aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Tokle <mortent@yahooinc.com>2024-03-21 10:22:47 +0100
committerMorten Tokle <mortent@yahooinc.com>2024-03-21 10:58:03 +0100
commit11f582fc768d7b6d896547a5e733bf30027ce54b (patch)
tree63ed85380c6130673cc7ea297ecd8c01a6a49f9e
parentb199f8bf2bd09f0a2fcff3dfa85861e24f69d647 (diff)
update publiccd endpointmortent/new-public-cd-endpoint
-rw-r--r--client/go/internal/vespa/system.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/vespa/system.go b/client/go/internal/vespa/system.go
index b49dad97ee7..02b3e265de5 100644
--- a/client/go/internal/vespa/system.go
+++ b/client/go/internal/vespa/system.go
@@ -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.