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
|
{
"ip": "127.0.0.1",
"port": 8080,
"debugLog": false,
"enableFaceManager": false,
"videosDir": "/var/lib/shinobi/video",
"streamDir": "/var/lib/shinobi/stream",
"binDir": "/var/lib/shinobi/files",
"passwordType": "sha256",
"detectorMergePamRegionTriggers": true,
"wallClockTimestampAsDefault": true,
"useBetterP2P": true,
"smtpServerOptions": {
"allowInsecureAuth": true
},
"addStorage": [
{"name":"second","path":"__DIR__/videos2"}
],
"db": {
"host": "127.0.0.1",
"user": "majesticflame",
"password": "",
"database": "ccio",
"port":3306
},
"mail":{
"service": "gmail",
"auth": {
"user": "your_email@gmail.com",
"pass": "your_password_or_app_specific_password"
}
},
"cron":{},
"pluginKeys":{}
}
|