-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathapp.json
58 lines (58 loc) · 1.7 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "Geez Pyro Userbot",
"description": "UserBot BIASA AJAH !!!.",
"logo": "https://telegra.ph/file/c78bb1efdeed38ee16eb2.png",
"keywords": ["telegram", "userbot", "Geez", "pyrogram"],
"repository": "https://github.com/hitokizzy/Geez-Pyro",
"stack": "container",
"env": {
"STRING_SESSION1": {
"description": "fill with the pyrogram V2 session string from @geezramstringrobot",
"required": true
},
"MONGO_URL": {
"description": "Fill there an mongo database from mongodb.com",
"required": true,
"value": ""
},
"OPENAI_API": {
"description": "Jika ingin menggunakan openai, isi openai-api-key",
"required": false,
"value": ""
},
"OWNER_ID": {
"description": "Fill there your I'd go to @geezramrobot pm and type /id",
"required": true,
"value": "1234567890"
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
},
"HEROKU_API_KEY": {
"description": "Heroku Api Key",
"required": true,
"value": "."
},
"HEROKU_APP_NAME": {
"description": "Heroku APP name",
"required": true,
"value": "."
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}