Skip to content

Commit 5de431f

Browse files
committed
Add Heroku generated app.json
1 parent 40cebe2 commit 5de431f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

app.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "ambercr.io",
3+
"description": "Test App",
4+
"scripts": {
5+
},
6+
"env": {
7+
"AMBER_ENV": {
8+
"required": true
9+
},
10+
"LOADERIO_API_KEY": {
11+
"required": true
12+
},
13+
"NEW_RELIC_LICENSE_KEY": {
14+
"required": true
15+
},
16+
"NEW_RELIC_LOG": {
17+
"required": true
18+
}
19+
},
20+
"formation": {
21+
},
22+
"addons": [
23+
"loaderio",
24+
"logentries",
25+
"newrelic",
26+
"heroku-postgresql"
27+
],
28+
"buildpacks": [
29+
{
30+
"url": "https://github.com/crystal-lang/heroku-buildpack-crystal.git"
31+
},
32+
{
33+
"url": "https://github.com/crystal-lang/heroku-buildpack-crystal.git"
34+
}
35+
]
36+
}

0 commit comments

Comments
 (0)