-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
85 lines (85 loc) · 2.46 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
81
82
83
84
85
{
"name": "سورس فريدوم بوت",
"description": "تشغيل الاغاني في المجموعات",
"logo": "https://te.legra.ph/file/46fa55b49b85c084159ce.jpg",
"keywords": [
"py-tgcalls",
"telegram bot",
"video stream",
"live stream",
"music stream",
"mongodb",
"pyrogram"
],
"website": "https://t.me/xl444",
"repository": "https://github.com/muntazer995/RR8R9",
"success_url": "https://t.me/rr8r9",
"env": {
"API_ID": {
"description": "لاتغيرها ابدا",
"required": true,
"value": "19399491"
},
"API_HASH": {
"description": "لاتغيرها ابدا",
"required": true,
"value": "eaa4f266934dfef23edb6d1f25e0b10f"
},
"BOT_TOKEN": {
"description": "اكتب توكن",
"required": true
},
"BOT_USERNAME": {
"description": "اكتب معرف البوت بدون @",
"required": true
},
"SESSION_NAME": {
"description": "اكتب كود ترمكس",
"required": true
},
"MONGODB_URL": {
"description": "اكتب قاعدة البيانات",
"required": true,
"value": "mongodb+srv://vro:[email protected]/myFirstDatabase?retryWrites=true&w=majority"
},
"SUDO_USERS": {
"description": "اكتب ايديات المطورين",
"required": true,
"value": "1854384004"
},
"OWNER_ID": {
"description": "اكتب ايدي مالك البوت",
"required": true,
"value": "1854384004"
},
"OWNER_USERNAME": {
"description": "اكتب معرف المطور بدون @",
"required": true,
"value": "rr8r9"
},
"ALIVE_NAME": {
"description": "اكتب اسم المطور",
"required": true,
"value": "muntazer"
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
},
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
},
"stack": "container"
}