forked from chaynHQ/little-window
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
62 lines (62 loc) · 1.03 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
{
"name": "little-window",
"env": {
"PORT": {
"required": true
},
"SKIP_PREFLIGHT_CHECK": {
"required": true
},
"DIALOGFLOW_PROJECT_ID": {
"required": true
},
"DIALOGFLOW_CLIENT_EMAIL": {
"required": true
},
"DIALOGFLOW_PRIVATE_KEY": {
"required": true
},
"STORYBLOK_TOKEN": {
"required": true
},
"CONTENT_PREVIEW_MODE": {
"required": true
},
"kickoffSupportMessageStoryblokId": {
"required": true
},
"freeTextSupportRequestStoryblokId": {
"required": true
},
"radioButtonSupportRequestStoryblokId": {
"required": true
},
"resourceStoryblokId": {
"required": true
},
"additionalResourcesStoryblokId": {
"required": true
},
"anythingElseStoryblokId": {
"required": true
},
"ROLLBAR_TOKEN": {
"required": true
},
"ROLLBAR_ENV": {
"required": false
},
"REACT_APP_STORYBLOK_TOKEN": {
"required": true
},
"REACT_APP_ROLLBAR_TOKEN": {
"required": true
},
"ROLLBAR_ENV": {
"required": true
}
},
"addons": [
"heroku-postgresql"
]
}