Skip to content

Commit

Permalink
Merge pull request #957 from gdbranco/fix/ocm-8260
Browse files Browse the repository at this point in the history
OCM-8260 | fix: revert change to connection default URL
  • Loading branch information
gdbranco authored May 28, 2024
2 parents c2ac05e + 961f16f commit e85ca89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit e85ca89

Please sign in to comment.