forked from Moksh-Bhardwaj/public-forward-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
62 lines (62 loc) · 2.03 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
{
"name": "Auto-Forward-Bot",
"description": "Telegram's Best Smart Plugin File Forward Bot",
"keywords": [
"telegram",
"best",
"file",
"forward",
"bot"
],
"repository": "https://github.com/Greymattersbot/public-forward-bot",
"env": {
"API_ID": {
"25459469": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"API_HASH": {
"715a42cef2d8ff0d81c5448a16a0cf7b": "Get this value from https://my.telegram.org or @UseTGXBot",
"value": ""
},
"BOT_TOKEN": {
"6074950694:AAEXZXrE-evQhwPI62kvmg0OHyVqa-wpa2Q": "Your bot token from @BotFather",
"value": ""
},
"BOT_USERNAME": {
"description": "Username of your Bot without @ , Only give if you want auto starts forwarding when heroku restarts",
"value": "",
"required": false
},
"TO_CHANNEL": {
"1985342495": "Enter Your channel Id must add Eg:- -100xxxxxxxxx",
"value": ""
},
"DATABASE_URI": {
"mongodb+srv://barafo6293:[email protected]/?retryWrites=true&w=majority": "Get this from cloud.mongodb.com",
"value": ""
},
"DATABASE_NAME": {
"Cluster0": "Database cluster name",
"value": "Cluster0"
},
"COLLECTION_NAME": {
"description": "Database Collection Name",
"value": "Forward_data",
"required": false
},
"OWNER_ID": {
"5826710415": "Enter Your Telegram id",
"value": ""
},
"SESSION": {
"BQGEewOANxjjQJhkx1TrUKOWAD7J0131xliLrt QZbICdcpPbIJplxdwStdKtVlaLq4E92N-ACONL bseRlgPMjfL_7gY-32_RG0tGwx8hkEOLVBYet6 ZShyzbFwc61Aw1RnT432c3xJszoTh4lnUoONSV yqkfVgAktKM9tJejiFhNvBVgdeFkhhSLMFY0vz bXOAkoNZwk_EsxumP1wqBrlxmLMPCZYiHrJ5mP BRioPYiHLVKAQsYuvQyFVHzwYQpgvBoSG5TMhN kPqyLxGAjdQ6Yc2h8tnHJ80LMZ5PB4b3uS-19k YoKQKLNi0UPHFazg5apIlrk2ccEgk_Qdtt7ZcU etC5bX5AAAAAFqGGQmAQ": "Pyrogram string Session https://t.me/string_session_generator_658_bot",
"value": ""
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "eco"
}
}
}