20 lines
536 B
JSON
20 lines
536 B
JSON
{
|
|
"output": "test-results.xml",
|
|
|
|
"cameradar" : {
|
|
"path": "/cameradar/bin/cameradar",
|
|
"args": "-s 172.17.0.0/24 -c /conf/cameradar.conf.json --gst-rtsp-server",
|
|
"ports": "554,5554,8554",
|
|
"ids_path": "conf/ids.json",
|
|
"routes_path": "conf/url.json",
|
|
"thumb_path": "/tmp",
|
|
"db_host": "cameradar-database",
|
|
"db_port": 3306,
|
|
"db_user": "root",
|
|
"db_password": "root",
|
|
"db_name": "cmrdr",
|
|
"console": false
|
|
},
|
|
"tests" : __CAMERAS__
|
|
}
|