-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
83 lines (83 loc) · 2.35 KB
/
Copy pathapp.json
File metadata and controls
83 lines (83 loc) · 2.35 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
{
"name": "Golden Eagle Uploader Bot",
"description": "Text Leech Video Extractor For Telegram",
"logo": "",
"keywords": [
"text-video",
"video-extract",
"pyrogram"
],
"repository": "",
"success_url": "",
"stack": "container",
"env": {
"API_ID": {
"description": "Enter Your API ID from my.telegram.org",
"value": "35190697",
"required": true
},
"API_HASH": {
"description": "Enter Your API HASH from my.telegram.org",
"value": "f5a027b1cae33a1e29875c43f7787678",
"required": true
},
"BOT_TOKEN": {
"description": "Enter Your Bot Token from @BotFather",
"value": "8801258181:AAEDj-VMZNLvYTiCnB-5x_orNJ4vnC1aiYI",
"required": true
},
"OWNER": {
"description": "Your Telegram User ID",
"value": "8938138545",
"required": true
},
"OWNER_ID": {
"description": "Your Telegram User ID (admin)",
"value": "8938138545",
"required": true
},
"OWNER_ID2": {
"description": "Second admin Telegram User ID",
"value": "8494053059",
"required": false
},
"CREDIT": {
"description": "Credit Name",
"value": "CLAT OWNER",
"required": false
},
"CREDIT_LINK": {
"description": "Credit Link",
"value": "https://t.me/CLAT_OWNER",
"required": false
},
"MONGO_URL": {
"description": "MongoDB Connection URL",
"value": "mongodb+srv://ownermood1_db_user:ownuploder@cluster0.hbx5ktm.mongodb.net/?appName=Cluster0",
"required": true
},
"DATABASE_NAME": {
"description": "MongoDB Database Name",
"value": "eagle",
"required": false
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "standard-2x"
}
},
"addons": [],
"buildpacks": [
{
"url": "https://github.com/amivin/aria2-heroku.git"
},
{
"url": "heroku/python"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}
]
}