Skip to content

Commit 0c9b2e7

Browse files
committed
chore: env vars descriptions
1 parent aa3c1e6 commit 0c9b2e7

1 file changed

Lines changed: 28 additions & 12 deletions

File tree

charm/charmcraft.yaml

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extensions:
2020
config:
2121
options:
2222
sentry-dsn:
23-
description: ""
23+
description: "Sentry Data Source Name for the project"
2424
type: string
2525

2626
environment:
@@ -29,47 +29,47 @@ config:
2929
type: string
3030

3131
marketo-client-id:
32-
description: ""
32+
description: "Marketo API client ID"
3333
type: string
3434

3535
marketo-client-secret:
36-
description: ""
36+
description: "Marketo API client secret"
3737
type: string
3838

3939
github-client-id:
40-
description: ""
40+
description: "GitHub OAuth application ID for prompting users for access to their repositories"
4141
type: string
4242

4343
github-client-secret:
44-
description: ""
44+
description: "GitHub OAuth application client secret for prompting users for access to their repositories"
4545
type: string
4646

4747
github-snapcraft-user-token:
48-
description: ""
48+
description: "GitHub application token for automated builds"
4949
type: string
5050

5151
github-snapcraft-bot-user-token:
52-
description: ""
52+
description: "GitHub application token for CVE data"
5353
type: string
5454

5555
github-webhook-secret:
56-
description: ""
56+
description: "Secret salt used for signing automated build webhooks"
5757
type: string
5858

5959
github-webhook-host-url:
60-
description: ""
60+
description: "URL of the automated build webhooks' host"
6161
type: string
6262

6363
lp-api-username:
64-
description: ""
64+
description: "Launchpad API username"
6565
type: string
6666

6767
lp-api-token:
68-
description: ""
68+
description: "Launchpad API token"
6969
type: string
7070

7171
lp-api-token-secret:
72-
description: ""
72+
description: "Launchpad API secret"
7373
type: string
7474

7575
youtube-api-key:
@@ -88,6 +88,22 @@ config:
8888
description: ""
8989
type: string
9090

91+
login-url:
92+
description: "Base URL for SSO login redirects"
93+
default: "https://login.ubuntu.com"
94+
type: string
95+
96+
bsi-url:
97+
description: ""
98+
default: "https://build.snapcraft.io"
99+
type: string
100+
101+
snapstore-dashboard-api-url:
102+
description: "Base URL for SCA backend"
103+
default: "https://dashboard.snapcraft.io/"
104+
type: string
105+
106+
91107
# requires:
92108
# tracing:
93109
# interface: tracing

0 commit comments

Comments
 (0)