Skip to content

Commit

Permalink
Use staging charmhub by default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wallyworld committed Apr 14, 2021
1 parent e671adf commit cbbabe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charmhub/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ import (
// An alternate location can be configured by changing the URL
// field in the Params struct.
const (
CharmHubServerURL = "https://api.charmhub.io"
// TODO(2.9) - use staging API until bases are supported in production
CharmHubServerURL = "https://api.staging.charmhub.io"
CharmHubServerVersion = "v2"
CharmHubServerEntity = "charms"

Expand Down

0 comments on commit cbbabe8

Please sign in to comment.