diff --git a/connection.go b/connection.go index d4e583b8..7f398a2e 100644 --- a/connection.go +++ b/connection.go @@ -55,7 +55,7 @@ const ( DefaultTokenURL = authentication.DefaultTokenURL DefaultClientID = authentication.DefaultClientID DefaultClientSecret = authentication.DefaultClientSecret - DefaultURL = "http://localhost:9000" + DefaultURL = "https://api.openshift.com" DefaultAgent = "OCM-SDK/" + Version )