We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d0108 commit 45081fdCopy full SHA for 45081fd
1 file changed
charm/charmcraft.yaml
@@ -103,6 +103,17 @@ config:
103
default: "https://dashboard.snapcraft.io/"
104
type: string
105
106
+ publishergw-url:
107
+ description: "Base URL for Publisher Gateway API"
108
+ default: "https://api.charmhub.io"
109
+ type: string
110
+
111
+ devicegw-url:
112
+ description: "Base URL for Device Gateway API"
113
+ default: "https://api.snapcraft.io/"
114
115
116
117
# requires:
118
# tracing:
119
# interface: tracing
0 commit comments