Skip to content

Commit 06cf74e

Browse files
committed
Add Heroku generated app.json
1 parent 11119f5 commit 06cf74e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

app.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "evaluator",
3+
"description": "",
4+
"scripts": {
5+
},
6+
"env": {
7+
"EVAL_SECRET_KEY": {
8+
"required": true
9+
}
10+
},
11+
"formation": {
12+
},
13+
"addons": [
14+
15+
],
16+
"buildpacks": [
17+
{
18+
"url": "heroku/scala"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)