-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathapp.json
More file actions
90 lines (90 loc) · 2.26 KB
/
app.json
File metadata and controls
90 lines (90 loc) · 2.26 KB
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
86
87
88
89
90
{
"name": "JMTHON",
"description": "مرحبا بكم في سورس جمثون | @JMTHON",
"logo": "",
"keywords": [
"plugin",
"modular",
"productivity"
],
"repository": "https://github.com/JMTHON-AR/pack-JM/",
"website": "#TODO",
"success_url": "#TODO",
"env": {
"ALIVE_NAME": {
"description": "ضع هنا اسمك",
"value": ""
},
"APP_ID": {
"description": "اكتب هنا الايبي ايدي",
"value": ""
},
"API_HASH": {
"description": "اكتب هنا ألايبي هاش",
"value": ""
},
"STRING_SESSION": {
"description": "ضع هنا كود تيرمكس",
"value": ""
},
"TG_BOT_USERNAME": {
"description": "ضع هنا معرف البوت بدون @",
"value": ""
},
"TG_BOT_TOKEN": {
"description": "ضع هنا توكن البوت الخاص بك",
"value": ""
},
"COMMAND_HAND_LER": {
"description": "لا تغيره",
"value": ".",
"required": true
},
"ENV": {
"description": "أتركة كما هوة",
"value": "ANYTHING",
"required": false
},
"HEROKU_API_KEY": {
"description": "هنا ضع ايبي كي هيروكو",
"value": "",
"required": true
},
"HEROKU_APP_NAME": {
"description": "اول اسم وضعته اسم التطبيق",
"value": "",
"required": true
},
"TZ": {
"description": "موقعك الحالي",
"value": "Asia/Baghdad",
"required": true
},
"UPSTREAM_REPO": {
"description": "رمز السورس لا تغيره",
"value": "jmthon-ar",
"required": true
}
},
"addons": [{
"plan": "heroku-postgresql",
"options": {
"version": "12"
}
}],
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},{
"url":"https://github.com/heroku/heroku-buildpack-google-chrome"
},{
"url":"https://github.com/heroku/heroku-buildpack-chromedriver"
},{
"url": "https://github.com/opendoor-labs/heroku-buildpack-p7zip"
},{
"url": "https://github.com/heroku/heroku-buildpack-apt.git"
},{
"url": "https://github.com/chrismytton/heroku-buildpack-jq"
},{
"url": "heroku/python"
}]
}