-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
80 lines (80 loc) · 2.14 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "سورس عبود",
"description": "صلي على النبي وتبسم♥🌿",
"logo": "https://telegra.ph/file/38df0f4ee6cbd747b0332.png",
"keywords": [
"python3",
"telegram",
"bot",
"Alexa",
"alexamusic",
"alexamusicbot",
"pyrogram"
],
"env": {
"API_ID": {
"description": "اتركه كما هو.",
"value": "20036317",
"required": true
},
"API_HASH": {
"description": "اتركه كما هو.",
"value": "986cb4ba434870a62fe96da3b5f6d411",
"required": true
},
"BOT_TOKEN": {
"description": "تـوكن الـبوت",
"value": "",
"required": true
},
"OWNER_ID": {
"description": "ايـدي الـمطور",
"value": "5145609515",
"required": true
},
"MUSIC_BOT_NAME": {
"description": "اسـم الـبوت",
"value": "",
"required": true
},
"STRING_SESSION": {
"description": "جـلسة بايـروجـرام",
"value": "",
"required": true
},
"HEROKU_API_KEY": {
"description": "هنا ضع الايبي كي الخاص بحساب هيروكو من هذا الرابط https://dashboard.heroku.com/account",
"value": "",
"required": false
},
"HEROKU_APP_NAME": {
"description": "انسخ اول مربع والصقه هنا",
"value": "",
"required": false
},
"LOG_GROUP_ID": {
"description": "ايـدي الجروب",
"value": "",
"required": true
},
"SUPPORT_CHANNEL": {
"description": "رابـط قـناتـك",
"value": "https://t.me/EF_19",
"required": true
},
"chaanel": {
"description": "قـناة الاشتراك😶",
"value": "EF_19",
"required": true
}
},
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "https://github.com/heroku/heroku-buildpack-activestorage-preview.git"
}
],
"stack": "container"
}