Skip to content

Commit d158080

Browse files
authored
Add files via upload
1 parent fb9209a commit d158080

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

app.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,25 @@
4343
"value": "",
4444
"required": false
4545
}
46+
},
47+
"addons": [
48+
{
49+
"plan": "heroku-postgresql",
50+
"options": {
51+
"version": "12"
52+
}
53+
}
54+
],
55+
"buildpacks": [
56+
{
57+
"url": "heroku/python"
58+
}
59+
],
60+
"formation": {
61+
"worker": {
62+
"quantity": 1,
63+
"size": "free"
64+
}
4665
}
4766
}
67+

0 commit comments

Comments
 (0)