-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathapp.json
More file actions
68 lines (68 loc) · 1.78 KB
/
Copy pathapp.json
File metadata and controls
68 lines (68 loc) · 1.78 KB
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
59
60
61
62
63
64
65
66
67
68
{
"name": "𝖤𝖣𝖴𝖢𝖠𝖳𝖨𝖮𝖭 𝖧𝖴𝖡",
"description": "Telegram Bot using Pyrogram",
"repository": "https://github.com/Pod94",
"env": {
"API_ID": {
"description": "Your Telegram API ID",
"value": "21179966",
"required": true
},
"API_HASH": {
"description": "Your Telegram API Hash",
"value": "d97919fb0a3c725e8bb2a25bbb37d57c",
"required": true
},
"BOT_TOKEN": {
"description": "Your Telegram Bot Token",
"value": "7491420990:AAF60g1iDgPVwwlux4LiqIfyU5iYm0g-l-Q",
"required": true
},
"BOT_USERNAME": {
"description": "Your Bot Username",
"value": "@jaishreeerraaambot",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram User ID (Owner)",
"value": "8019643178",
"required": true
},
"SUDO_USERS": {
"description": "Comma-separated list of sudo users' IDs",
"value": "7168441486",
"required": false
},
"CHANNEL_ID": {
"description": "Your channel ID",
"value": "-1002528566734",
"required": true
},
"MONGO_URL": {
"description": "Your MongoDB URL",
"value": "mongodb+srv://lodalesson876:FKxK7BZGq1WzE4ae@cluster0.or1gz.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0",
"required": true
},
"PREMIUM_LOGS": {
"description": "Flag for premium logs (0 for off, 1 for on)",
"value": "-1002528566734",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "standard-2x"
}
},
"stack": "heroku-22",
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}