-
Notifications
You must be signed in to change notification settings - Fork 905
/
scalingo.json
85 lines (84 loc) · 3.04 KB
/
scalingo.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
82
83
84
85
{
"name": "Zaid Vc Player",
"description": "Music allow you to stream music trought the telegram voice chat feature.",
"keywords": ["Zaid", "Zaid-Vc-Player", "music", "voice chat", "telegram", "Yukki", "Yukki Music", "Private Music"],
"repository": "https://github.com/ITZ-ZAID/Zaid-Vc-Player",
"stack": "container",
"env": {
"SESSION_NAME": {
"description": "fill with the pyrogram session string from account",
"required": true
},
"SESSION2": {
"description": "fill with the pyrogram session string from account",
"required": false
},
"SESSION3": {
"description": "fill with the pyrogram session string from account",
"required": false
},
"SESSION4": {
"description": "fill with the pyrogram session string from account",
"required": false
},
"SESSION5": {
"description": "fill with the pyrogram session string from account",
"required": false
},
"BOT_USERNAME": {
"description": "fill with telegram id of account",
"required": true,
"value": "Zaid2_Robot"
},
"API_ID": {
"description": "your Api ID from my.telegram.org/apps",
"required": true,
"value": "6435225"
},
"MONGO_DB_URL": {
"description": "fill there mongo Database url else don't change",
"required": true,
"value": "mongodb+srv://Cloner:[email protected]/?retryWrites=true&w=majority"
},
"API_HASH": {
"description": "your Api Hash from my.telegram.org/apps",
"required": false,
"value": "4e984ea35f854762dcde906dce426c2d"
},
"HEROKU_MODE": {
"description": "Warning ⚠️! don't Change this, if you change this it will cause of banning your heroku account!",
"required": false,
"value": "ENABLE"
},
"GROUP_SUPPORT": {
"description": "Ur Support Group Username",
"required": false,
"value": "TheSupportChat"
},
"UPDATES_CHANNEL": {
"description": "Your Updates Channel",
"required": false,
"value": "TheUpdatesChannel"
},
"SUDO_USERS": {
"description": "fill with the user id who can access all function in your bot (separate with space).",
"required": true,
"value": "1669178360"
},
"DURATION_LIMIT": {
"description": "filled, don't change this !",
"required": true,
"value": "540000"
},
"BOT_NAME": {
"description": "Tell us your bot name else don't change this !",
"required": true,
"value": "Zaid"
},
"BOT_TOKEN": {
"description": "fill with your bot token get from @BotFather on telegram",
"required": true,
"value": ""
}
}
}