Skip to content

Commit 45081fd

Browse files
committed
fix: add missing store-api env vars
1 parent 63d0108 commit 45081fd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

charm/charmcraft.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ config:
103103
default: "https://dashboard.snapcraft.io/"
104104
type: string
105105

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+
type: string
115+
116+
106117
# requires:
107118
# tracing:
108119
# interface: tracing

0 commit comments

Comments
 (0)