forked from GreyMatters-Tech/Advance-EvaMaria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
81 lines (81 loc) · 2.31 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
{
"name": "EvaMariaBot",
"description": "When you going to send file on telegram channel this bot will save that in database, So you can search that easily in inline mode",
"stack": "container",
"keywords": [
"telegram",
"auto-filter",
"filter",
"best",
"indian",
"pyrogram",
"media",
"search",
"channel",
"index",
"inline"
],
"website": "https://github.com/8769ANURAG/EvaMaria",
"repository": "https://github.com/nakflix/Advance-EvaMaria",
"env": {
"BOT_TOKEN": {
"description": "5305968493:AAFPekHxnbWjFHIy_7-63V2QK2nterb2Azs",
"required": true
},
"API_ID": {
"description": "14298205",
"required": true
},
"API_HASH": {
"description": "28df6d84da76d8606bf5f0e71ecfb62c",
"required": true
},
"CHANNELS": {
"description": "-1001892458448",
"required": false
},
"ADMINS": {
"description": "1458235021",
"required": true
},
"PICS": {
"description": "https://telegra.ph/file/2c8917e179de3e26c961e.jpg",
"required": false
},
"LOG_CHANNEL": {
"description": "-1001755253960",
"required": true
},
"AUTH_USERS": {
"description": "Username or ID of users to give access of inline search. Separate multiple users by space.\nLeave it empty if you don't want to restrict bot usage.",
"required": false
},
"AUTH_CHANNEL": {
"description": "-1001892458448",
"required": false
},
"DATABASE_URI": {
"description": "mongodb+srv://Alphanakflix:alpha3720@cluster0.a9seax6.mongodb.net/?retryWrites=true&w=majority",
"required": true
},
"DATABASE_NAME": {
"description": "Cluster0",
"required": false
},
"COLLECTION_NAME": {
"description": "Anurag_files",
"value": "Anurag_files",
"required": false
}
},
"addons": [],
"buildpacks": [{
"url": "heroku/python"
}],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}