-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
50 lines (46 loc) · 1.16 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
{
"stack": "container",
"name": "Novoos AFK Bot",
"description": "Let Everyone Know You are AFK",
"keywords": [
"productivity",
"telegram",
"userbot"
],
"repository": "https://github.com/Novoos/Novoos-AFK-Bot",
"logo": "https://avatars.githubusercontent.com/u/103409469?v=4",
"success_url": "https://t.me/novoosecosystem",
"env": {
"API_ID": {
"description": "Your Telegram API_ID.",
"value": "",
"required": "True"
},
"API_HASH": {
"description": "Your Telegram API_HASH",
"value": " ",
"required": "True"
},
"SESSION": {
"description": "Your Telegram Account Session String",
"value": " ",
"required": "True"
},
"REDIS_URI": {
"description": "Your Redis Database Public Endpoint",
"value": " ",
"required": "True"
},
"REDIS_PASSWORD": {
"description": "Your Redis Database Password",
"value": " ",
"required": "True"
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}