forked from mozilla/mozillafestival.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
60 lines (59 loc) · 1.18 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mozillafestival.org",
"description": "https://mozillafestival.org website",
"scripts": {
},
"env": {
"AWS_ACCESS_KEY_ID": {
"required": true
},
"AWS_SECRET_ACCESS_KEY": {
"required": true
},
"GITHUB_BOT_TOKEN_2018": {
"required": true,
"value": "GitHub bot token 2018"
},
"GITHUB_REPO_OWNER_2018": {
"required": true,
"value": "GitHub repo owner 2018"
},
"GITHUB_REPO_NAME_2018": {
"required": true,
"value": "GitHub repo name 2018"
},
"GOOGLE_API_CLIENT_EMAIL_2018": {
"required": true,
"value": "Google API client email 2018"
},
"GOOGLE_API_PRIVATE_KEY_2018": {
"required": true,
"value": "Google API private key 2018"
},
"PROPOSAL_SPREADSHEET_ID_2018": {
"required": true,
"value": "Proposal spreadsheet id 2018"
},
"HATCHET_APP_NAME": {
"required": true
},
"HATCHET_QUEUE_REGION": {
"required": true
},
"HATCHET_QUEUE_URL": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}