forked from Dev-senzir/gfg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
45 lines (43 loc) · 1.13 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
{
"name": "hacksesionbot",
"description": "ميزات بوت لا مثيل لها كنقل نقاط من حساب بواسطة ترمكس فقط",
"logo": "https://telegra.ph/file/1e39ea6b6b2b1a768269c.jpg",
"keywords": [
],
"website": "",
"success_url": "https://telegram.me/Privapact",
"env": {
"BOT_TOKEN": {
"description": "توكن البوت من @botfather",
"value": ""
},
"API_HASH": {
"description": "ايبي هاش لك",
"value": ""
},
"APP_ID": {
"description": "ايبي ايدي لك",
"value": ""
},
"DEVELOPER_ID": {
"description": "ايدي المطور ",
"value": ""
},
"DEVELOPER_USER": {
"description": "يوزر قناة المطور او يوزر المطور",
"value": ""
}
},
"addons": [],
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}