-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathapp.json
34 lines (34 loc) · 857 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
{
"name": "GraphJS-Server",
"description": "Serving GraphJS",
"repository": "https://github.com/phonetworks/graphjs-server",
"addons": ["rediscloud", "graphenedb", "cloudcube", "mailgun"],
"buildpacks": [
{
"url": "https://github.com/kontentcore/heroku-buildpack-ffmpeg#3daeec86f1aaf4f769aaefa2015d7b1108525f58"
},
{
"url": "heroku/php"
}
],
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
},
"env": {
"PASSWORD_REMINDER": {
"value": "/tmp/pins/"
},
"FOUNDER_EMAIL": {
"value": "%s"
},
"FOUNDER_NICKNAME": {
"value": "admin"
},
"FOUNDER_PASSWORD": {
"generator": "secret"
}
}
}