Skip to content

Commit

Permalink
Change default auth URL
Browse files Browse the repository at this point in the history
  • Loading branch information
TruePack committed Sep 22, 2023
1 parent 9d9f5f3 commit 5e5dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selvpcclient/clients/services/serviceclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type ServiceClientOptions struct {
UserAgent string
}

const AuthURL = "https://api.selvpc.ru/identity/v3/"
const AuthURL = "https://cloud.api.selcloud.ru/identity/v3/"

func NewServiceClient(options *ServiceClientOptions) (*gophercloud.ServiceClient, error) {
if options.AuthURL == "" {
Expand Down

0 comments on commit 5e5dfde

Please sign in to comment.