-
-
Notifications
You must be signed in to change notification settings - Fork 265
/
app.json
33 lines (33 loc) · 803 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": "nodetube-deploy",
"description": "Open-source YouTube alternative that also supports image and audio uploads. Powered by NodeJS ",
"website": "https://github.com/mayeaux/nodetube",
"repository": "https://github.com/mayeaux/nodetube",
"success_url": "/",
"keywords": [
"youtube",
"soundcloud",
"imgur"
],
"addons": [
"papertrail",
"heroku-redis",
"mongolab"
],
"env": {
"NODE_ENV": {
"description": "production",
"value": "production",
"required": "true"
}
},
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
],
"generator": "https://www.expeditedssl.com/heroku-button-maker"
}