forked from Melvin858/xstro-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
34 lines (34 loc) · 818 Bytes
/
app.json
File metadata and controls
34 lines (34 loc) · 818 Bytes
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
{
"name": "xstro",
"description": "Node.js WhatsApp Bot",
"logo": "https://avatars.githubusercontent.com/u/188756392?v=4",
"repository": "https://github.com/AstroX11/Xstro",
"stack": "container",
"success_url": "/",
"env": {
"SESSION_ID": {
"description": "SESSION HERE",
"required": true
},
"SUDO": {
"description": "ADMIN USERS NUMBERS",
"value": "",
"required": false
},
"BOT_INFO": {
"description": "BOT OWNER AND BOT NAME",
"value": "αѕтяσχ11;χѕтяσ м∂",
"required": false
},
"TIME_ZONE": {
"description": "TIMEZONE",
"value": "Asia/Kolkata",
"required": false
},
"WARN_COUNT": {
"description": "WARNINGS BEFORE ACTIONS",
"value": "3",
"required": false
}
}
}