-
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconfig.example.json
More file actions
38 lines (38 loc) · 891 Bytes
/
config.example.json
File metadata and controls
38 lines (38 loc) · 891 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
35
36
37
38
{
"title": "Device Config Manager",
"interface": "0.0.0.0",
"port": 9991,
"tokens": ["Replace with GC/Kevin/AI token"],
"locale": "en",
"style": "dark",
"timezone": "America/Denver",
"logging": {
"enabled": true,
"max_size": 5,
"format": "YYYY-MM-DD hh:mm:ss A"
},
"listeners": [
"http://127.0.0.1:6542/"
],
"monitor": {
"enabled": false,
"interval": 5,
"threshold": 15,
"webhooks": [],
"reboot": false,
"maxRebootCount": 10
},
"db": {
"host": "127.0.0.1",
"port": 3306,
"username": "user123",
"password": "pass123",
"database": "dcm",
"charset": "utf8mb4"
},
"jailbreak": {
"pogo_version": "0",
"gc_version": "0"
}
"autoSyncIP": true
}