forked from codetriage/CodeTriage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathapp.json
More file actions
31 lines (31 loc) · 703 Bytes
/
app.json
File metadata and controls
31 lines (31 loc) · 703 Bytes
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
{
"name":"Code Triage ",
"description": "Helping you contribute to open source since 2013",
"website": "https://www.codetriage.com/",
"repository": "https://github.com/codetriage/codetriage",
"scripts":{
"postdeploy":"rake db:schema:load db:migrate db:seed"
},
"env":{
"DEVISE_SECRET_KEY": "foo",
"DEVISE_SECRET_TOKEN": "bar",
"WEB_CONCURRENCY": "1"
},
"addons": [
"heroku-postgresql:in-dyno",
"heroku-redis:in-dyno",
"memcachier"
],
"stack": "heroku-16",
"buildpacks": [
{
"url": "https://github.com/mojodna/heroku-buildpack-jemalloc.git#v5.0.0"
},
{
"url": "heroku/nodejs"
},
{
"url": "heroku/ruby"
}
]
}