forked from tuhinpal/WhatsBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
38 lines (38 loc) · 1.21 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
{
"name": "Whatsbot",
"description": "Modular Us**B*t for Whatsapp",
"repository": "https://github.com/tuhinpal/WhatsBot",
"logo": "https://telegra.ph/file/96ccad5945c18944c5f15.png",
"keywords": ["whatsbot", "whatsapp-bot", "whatsapp"],
"stack": "container",
"env": {
"SESSION_KEY": {
"description": "Session encryption password",
"value": ""
},
"SESSION_URL": {
"description": "session.secure public url (It is safe because it is encrypted, But still if you want maybe you can create some sort of authorization stuff)",
"value": ""
},
"PMPERMIT_ENABLED": {
"description": "Enable Pmpermit write true or false only",
"value": "true"
},
"MONGODB_URL": {
"description": "MongoDB URL, Get it for free from cloud.mongodb.com",
"value": ""
},
"DEFAULT_TR_LANG": {
"description": "Default Translation Language",
"value": "en"
},
"ENABLE_DELETE_ALERT": {
"description": "If true & if someone delete message in PM, Bot will send the deleted message in that chat (Exclude Media)",
"value": "true"
},
"OCR_SPACE_API_KEY": {
"description": "Get it from https://ocr.space/OCRAPI",
"value": ""
}
}
}