forked from Aluval/PixelPulseBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
55 lines (55 loc) · 1.41 KB
/
app.json
File metadata and controls
55 lines (55 loc) · 1.41 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
{
"name": "PixelPulseBot",
"description": "Telegram bot to enhance videos using ffmpeg",
"repository": "",
"stack": "container",
"env": {
"API_ID": {
"description": "Telegram API ID",
"required": true
},
"API_HASH": {
"description": "Telegram API Hash",
"required": true
},
"BOT_TOKEN": {
"description": "Telegram Bot Token",
"required": true
},
"ADMIN": {
"description": "Admin Telegram User ID",
"required": true,
"value": "6469754522"
},
"SUNRISES_PIC": {
"description": "Telegraph Image URL used for branding - Start Pic",
"required": false,
"value": "your telegraph link"
},
"INFO_PIC": {
"description": "Telegraph Image URL used for branding - Information",
"required": false,
"value": "your telegraph link"
},
"UPDATES_CHANNEL": {
"description": "Telegram channel link for bot updates",
"required": false,
"value": "https://t.me/Sunrises24BotUpdates"
},
"SUPPORT_GROUP": {
"description": "Telegram group link for support",
"required": false,
"value": "https://t.me/Sunrises24BotSupport"
},
"WEBHOOK": {
"description": "Whether to use webhook (true/false)",
"required": false,
"value": "true"
},
"PORT": {
"description": "Port to run the bot on",
"required": false,
"value": "8080"
}
}
}