forked from Codeflix-Bots/FileStore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
70 lines (70 loc) · 1.93 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
{
"name": "TG File Share/Sharing Bot",
"description": "file sharing bot store posts and it can access by special links",
"keywords": [
"telegram",
"file",
"sharing"
],
"repository": "https://github.com/Codeflix-Bots/FileStore",
"logo": "https://graph.org/file/6ceef6a98b82b0e0e2f03.jpg",
"env": {
"TG_BOT_TOKEN": {
"description": "Your Bot token, Get it from @Botfather",
"value": ""
},
"OWNER_ID": {
"description": "An integer of consisting of your owner ID",
"value": "6497757690"
},
"APP_ID":{
"description": "your app id, take it from my.telegram.org",
"value": ""
},
"DATABASE_URL": {
"description": "Paste your mongo db url",
"value": "url"
},
"DATABASE_NAME":{
"description": "Enter your DATABASE_NAME ",
"value": "Cluster0"
},
"API_HASH":{
"description": "your api hash, take it from my.telegram.org",
"value": ""
},
"CHANNEL_ID":{
"description": "make a channel (database channel), then make the bot as admin in channel, and it's id",
"value": "-1001995978690"
},
"FORCE_SUB_CHANNEL":{
"description": "id of the channel or group, if you want enable force sub feature else put 0",
"value": "-1001473043276"
},
"FORCE_SUB_CHANNEL2":{
"description": "id of the channel or group, if you want enable force sub feature else put 0",
"value": "-1001495022147"
},
"ADMINS": {
"description": "A space separated list of user_ids of Admins, they can only create links",
"value": "5115691197 6273945163 6103092779 5231212075",
"required": false
},
"PROTECT_CONTENT": {
"description": "Protect contents from getting forwarded",
"value": "False",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/python"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}