Skip to content

Commit e73fd8c

Browse files
committed
Change to correct url
1 parent e62d872 commit e73fd8c

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: "http://localhost:8080",
43+
Host: "https://cloud.devspace.covexo.com",
4444
KubeContext: DevSpaceKubeContextName,
4545
}
4646

0 commit comments

Comments
 (0)