forked from mozilla/copyright
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
80 lines (79 loc) · 1.29 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "copyright",
"scripts": {
},
"env": {
"APPLICATION_URI": {
"required": true
},
"AWS_ACCESS_KEY_ID": {
"required": true
},
"AWS_SECRET_ACCESS_KEY": {
"required": true
},
"CALL_POWER_URL": {
"required": true
},
"COPYRIGHT_CAMPAIGN_ID": {
"required": true
},
"ENABLE_PONTOON": {
"required": true
},
"ENABLE_XFRAMEOPTIONS": {
"required": true
},
"FULL_SUBDOMAIN_FOR_COOKIE": {
"required": true
},
"HATCHET_APP_NAME": {
"required": true
},
"HATCHET_QUEUE_REGION": {
"required": true
},
"HATCHET_QUEUE_URL": {
"required": true
},
"HOST": {
"required": true
},
"LOCATION_ID": {
"required": true
},
"NEW_RELIC_ENABLED": {
"required": true
},
"NODE_ENV": {
"required": true
},
"NPM_CONFIG_PRODODUCTION": {
"required": true
},
"OPTIMIZELY_ACTIVE": {
"required": true
},
"OPTIMIZELY_ID": {
"required": true
},
"SIGNUP": {
"required": true
},
"SUPPORTED_LOCALES": {
"required": true
}
},
"formation": {
"web": {
"quantity": 1
}
},
"addons": [
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}