Skip to content

Commit 3c399c1

Browse files
committed
fix: added env variables to charmcraft.yaml
1 parent 606b965 commit 3c399c1

1 file changed

Lines changed: 75 additions & 4 deletions

File tree

charm/charmcraft.yaml

Lines changed: 75 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ type: charm
44

55
bases:
66
- build-on:
7-
- name: ubuntu
8-
channel: "22.04"
7+
- name: ubuntu
8+
channel: "22.04"
99
run-on:
10-
- name: ubuntu
11-
channel: "22.04"
10+
- name: ubuntu
11+
channel: "22.04"
1212

1313
summary: The charm for the snapcraft.io website
1414

@@ -17,6 +17,77 @@ description: The charm for the snapcraft.io website, built with the PaaS app cha
1717
extensions:
1818
- flask-framework
1919

20+
config:
21+
options:
22+
sentry-dsn:
23+
description: ""
24+
type: string
25+
26+
environment:
27+
description: ""
28+
default: "production"
29+
type: string
30+
31+
marketo-client-id:
32+
description: ""
33+
type: string
34+
35+
marketo-client-secret:
36+
description: ""
37+
type: string
38+
39+
github-client-id:
40+
description: ""
41+
type: string
42+
43+
github-client-secret:
44+
description: ""
45+
type: string
46+
47+
github-snapcraft-user-token:
48+
description: ""
49+
type: string
50+
51+
github-snapcraft-bot-user-token:
52+
description: ""
53+
type: string
54+
55+
github-webhook-secret:
56+
description: ""
57+
type: string
58+
59+
github-webhook-host-url:
60+
description: ""
61+
type: string
62+
63+
lp-api-username:
64+
description: ""
65+
type: string
66+
67+
lp-api-token:
68+
description: ""
69+
type: string
70+
71+
lp-api-token-secret:
72+
description: ""
73+
type: string
74+
75+
youtube-api-key:
76+
description: ""
77+
type: string
78+
79+
discourse-api-key:
80+
description: ""
81+
type: string
82+
83+
discourse-api-username:
84+
description: ""
85+
type: string
86+
87+
dns-verification-salt:
88+
description: ""
89+
type: string
90+
2091
# requires:
2192
# tracing:
2293
# interface: tracing

0 commit comments

Comments
 (0)