-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathzm-s3-upload-config.json
31 lines (31 loc) · 1.04 KB
/
zm-s3-upload-config.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
{
"zms3Config": {
"comment": "Configuration for zm-s3-upload.js.",
"MAXRECS": 400,
"DBHOST": "localhost",
"DBUSR": "zmuser",
"DBPWD": "zmpass",
"DBNAME": "zm",
"IMGBASEPATH": "/nvr/zoneminder/events",
"MAXCONCURRENTUPLOAD": 10,
"runLocalObjDet": true,
"runFaceDetRec": true,
"uploadFalsePositives": false,
"frameSkip": 1,
"checkForAlarmsInterval": 5000,
"zerorpcHeartBeat": 60000,
"objDetZerorpcPipe": "ipc:///tmp/obj_detect_zmq.pipe",
"faceDetZerorpcPipe": "ipc:///tmp/face_detect_zmq.pipe",
"useMongo": true,
"mongoUrl": "mongodb://zmuser:zmpass@localhost:27017/zm?authSource=admin",
"mongoCollection": "alarms",
"zmEventImageDigits": 5
},
"logConfig": {
"comment": "Configuration for logger.js for zm-s3-upload.js messages.",
"level": "error",
"silent": false,
"consoleLog": false,
"baseName": "/home/lindo/develop/smart-zoneminder/zm-s3-upload/"
}
}