26 lines
662 B
JSON
26 lines
662 B
JSON
{
|
|
"mysql_db" : {
|
|
"host" : "0.0.0.0",
|
|
"port" : 3306,
|
|
"user": "root",
|
|
"password": "root",
|
|
"db_name": "cctv_dev"
|
|
},
|
|
|
|
"subnets" : "172.16.100.11",
|
|
|
|
// If not specified, will scan all ports (1-65535)
|
|
"ports" : "554,8554",
|
|
"rtsp_url_file" : "conf/url.json",
|
|
"rtsp_ids_file" : "conf/ids.json",
|
|
|
|
// You must give an accessible path to an already existing directory
|
|
"thumbnail_storage_path" : "/tmp",
|
|
|
|
// This is the path that will be used in the Docker container
|
|
// if you're not familiar with Docker, only change the
|
|
// cache_manager_name value
|
|
"cache_manager_path" : "../cache_managers",
|
|
"cache_manager_name" : "dumb"
|
|
}
|