Skip to content

Commit 3ae91ba

Browse files
committed
Add Heroku generated app.json
1 parent ff6f5b5 commit 3ae91ba

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

app.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"addons": [
3+
"scheduler"
4+
],
5+
"buildpacks": [
6+
7+
],
8+
"env": {
9+
"SARA": {
10+
"required": true
11+
},
12+
"test": {
13+
"required": true
14+
},
15+
"TEST": {
16+
"required": true
17+
}
18+
},
19+
"formation": {
20+
},
21+
"name": "github-techtalk",
22+
"scripts": {
23+
},
24+
"stack": "heroku-24"
25+
}

0 commit comments

Comments
 (0)