-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy pathapp.json
79 lines (79 loc) · 1.92 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "alpha-md",
"description": "WhatsApp bot made using @WhiskeySockets/Baileys",
"logo": "https://graph.org/file/81fa99ef8cef33df050ab.jpg",
"keywords": [
"nodejs",
"bot",
"whatsapp bot",
"theme bot",
"multi device",
"baileys",
"c-iph3r",
"alpha-md",
"bot",
"qrcode",
"whatsapp",
"whatsapp-web",
"whatsapp-bot",
"baileys-md",
"baileys-bot",
"whatsapp-bot-md",
"chatgpt"
],
"success_url": "/",
"stack": "container",
"env": {
"OWNER_NAME": {
"description": "Name of Bot Owner",
"value": "kiyoshi"
},
"THUMB_IMAGE": {
"description": "Thumbnail for bot",
"value": "https://graph.org/file/81fa99ef8cef33df050ab.jpg"
},
"SUDO": {
"description": "Put owner number (remove the + and use international format, e.g., 2347039570336)",
"required": true
},
"PREFIX": {
"description": "Enter your desired prefix for the bot",
"value": "."
},
"OWNER_NUMBER": {
"description": "Phone numbers of admin users (international format without +, separated by commas)",
"value": "23481....."
},
"SESSION_ID": {
"description": "Put your SESSION_ID here.",
"value": "Replace Me",
"required": true
},
"GEMINI_API_KEY": {
"description": "Gemini API key (optional). Get it from https://aistudio.google.com/app/apikey",
"value": "Replace Me",
"required": false
},
"MONGODB_URL": {
"description": "MongoDB connection string (required for a better experience)",
"value": "",
"required": true
},
"PACK_INFO": {
"description": "Packname and authorname",
"value": "c-iph3r;alpha-md",
"required": false
},
"PORT": {
"description": "Port number",
"value": "5000",
"required": true
}
},
"formation": {
"worker": {
"quantity": 1,
"size": "basic"
}
}
}