forked from salesforce-ux/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
52 lines (52 loc) · 928 Bytes
/
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
{
"name": "Lightning Design System",
"buildpacks": [
{
"url": "https://github.com/aputinski/heroku-buildpack-npm-github"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
],
"env": {
"APP_MODE": {
"required": true
},
"BUG_URL": {
"required": true
},
"BUILD_SERVER_HOST": {
"required": true
},
"COOKIE_KEYS": {
"required": true
},
"DEPLOY_REPO": {
"required": true
},
"FEEDBACK_URL": {
"required": true
},
"GITHUB_USER": {
"required": true
},
"GITHUB_USER_ACCESS_TOKEN": {
"required": true
},
"HEROKU_APP_NAME": {
"required": true
},
"INTERNAL_USERNAME": {
"required": true
},
"INTERNAL_PASSWORD": {
"required": true
},
"NPM_TOKEN": {
"required": true
},
"REDIS_URL": {
"required": true
}
}
}