-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.json
More file actions
39 lines (25 loc) · 747 Bytes
/
app.json
File metadata and controls
39 lines (25 loc) · 747 Bytes
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
{
"name": "FFMPEG_For_Telegram",
"description": "Simple FFmpeg Bot",
"repository": "https://github.com/prxpostern/TGFFmpeg001",
"success_url": "https://t.me/ali110ali",
"stack": "container",
"env": {
"BOT_TOKEN": {
"description": "Your bot token, as a string.",
"value": ""
},
"API_ID": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"API_HASH": {
"description": "Get this value from https://my.telegram.org",
"value": ""
},
"AUTH_USERS": {
"description": "Id of users that can use the bot, from @MissRose_bot by /id command",
"value": ""
}
}
}