Skip to content

Commit 1e4dec3

Browse files
authored
Update app.json
1 parent fc676f6 commit 1e4dec3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

app.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
3+
24
{
35
"name": "TG File Sharing Bot",
46
"description": "file sharing bot store posts and it can access by special links",
@@ -43,5 +45,25 @@
4345
"value": "",
4446
"required": false
4547
}
48+
},
49+
"addons": [
50+
{
51+
"plan": "heroku-postgresql",
52+
"options": {
53+
"version": "12"
54+
}
55+
}
56+
],
57+
"buildpacks": [
58+
{
59+
"url": "heroku/python"
60+
}
61+
],
62+
"formation": {
63+
"worker": {
64+
"quantity": 1,
65+
"size": "free"
66+
}
4667
}
4768
}
69+

0 commit comments

Comments
 (0)