Skip to content

Commit f49671b

Browse files
committed
change devspace cloud url
1 parent 4d075fe commit f49671b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/cloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const GetClusterConfigEndpoint = "/clusterConfig"
4040

4141
// DevSpaceCloudProviderConfig holds the information for the devspace-cloud
4242
var DevSpaceCloudProviderConfig = &Provider{
43-
Host: "https://auth.devspace-cloud.com",
43+
Host: "https://cli.devspace-cloud.com",
4444
}
4545

4646
// ParseCloudConfig parses the cloud configuration and returns a map containing the configurations

0 commit comments

Comments
 (0)