Skip to content

Commit

Permalink
Change default Exoscale API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Falzon committed Dec 6, 2019
1 parent 8c961de commit 731c688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion path_config_root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
const (
configRootStoragePath = "config/root"

defaultAPIEndpoint = "https://api.exoscale.com/compute"
defaultAPIEndpoint = "https://api.exoscale.com/v1"
)

var pathConfigRootHelpSyn = "Configure the root Exoscale API credentials"
Expand Down

0 comments on commit 731c688

Please sign in to comment.