-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdb.json
44 lines (44 loc) · 1.12 KB
/
db.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
{
"name": "TeleLiman",
"publisher": "Deniz",
"version": "0.0.1",
"version_code": 11,
"database": [
{
"variable": "telegram_token",
"type": "text",
"name": "Telegram Bot Token",
"required": true,
"global": true,
"writable": true
},
{
"variable": "chat_id",
"type": "text",
"name": "Kullan\u0131c\u0131 Ad\u0131 veya Chat \u0130d",
"required": true,
"global": false,
"writable": true
},
{
"variable": "rootpassword",
"type": "password",
"name": "Root Parolas\u0131",
"required": true,
"global": true,
"writable": true
}
],
"widgets": [],
"language": "php",
"status": 0,
"service": "22",
"supportedLiman": "1.9",
"support": "[email protected]",
"icon": "nav-icon fas fa-fa-solid fa-lock",
"display_name": "TeleLiman",
"require_key": "false",
"verification": null,
"dependencies": null,
"sslPorts": null
}