-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathapp.json
33 lines (33 loc) · 873 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
{
"name": "Jararaca",
"description": "GruPy-RN Event and Check-in System",
"website": "https://meetup.grupyrn.org/",
"repository": "https://github.com/GruPy-RN/jararaca",
"logo": "https://raw.githubusercontent.com/grupy-rn/checkin_api/master/assets/logo.png",
"scripts": {
"dokku": {
"predeploy": "bash predeploy.sh"
}
},
"env": {
"DISABLE_COLLECTSTATIC": {
"description": "Avoids collecting static prematurely.",
"value": "1"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Allows installation of dev dependencies",
"value": "false"
}
},
"buildpacks": [
{
"url": "https://github.com/grauwoelfchen/heroku-buildpack-gettext"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
},
{
"url": "https://github.com/heroku/heroku-buildpack-python"
}
]
}