forked from JMTHON-AR/mus1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.json
51 lines (51 loc) · 1.48 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
{
"name": "سورس ميوزك جمثون",
"description": "سورس ميوزك جمثون 2021",
"logo": "https://telegra.ph/file/b0b13433b8595ed385f07.jpg",
"keywords": [
"Telegram",
"MusicPlayer",
"jmthon",
"VideoPlayer"
],
"repository": "https://github.com/JMTHON-AR/musi",
"env": {
"SESSION": {
"description": "هنا ضع كود البايروكرام",
"required": true
},
"API_ID": {
"description": "هنا ضع الايبب ايدي",
"required": true
},
"HNDLR": {
"description": "العلامه التي تضعها قبل اسم الامر مثل ( $ • -) تستطيع تغييرها ",
"required": false,
"value": "!"
},
"API_HASH": {
"description": "هنا ضع الايبي هاش",
"required": true
},
"SUDO_USERS": {
"description": "هنا ضع ايدي حسابك كمطور للبوت بمكنك وضع اكثر من شخص بوضع ايدي المستخدم",
"required": true
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}