We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5817632 + f49671b commit 2e1cc06Copy full SHA for 2e1cc06
1 file changed
pkg/devspace/cloud/config.go
@@ -40,7 +40,7 @@ const GetClusterConfigEndpoint = "/clusterConfig"
40
41
// DevSpaceCloudProviderConfig holds the information for the devspace-cloud
42
var DevSpaceCloudProviderConfig = &Provider{
43
- Host: "https://cloud.devspace.covexo.com",
+ Host: "https://cli.devspace-cloud.com",
44
}
45
46
// ParseCloudConfig parses the cloud configuration and returns a map containing the configurations
0 commit comments