shinobi
Version:
CCTV and NVR for Node.js
26 lines • 721 B
JSON
{
"port": 8080,
"utcOffset":"-0800",
"DropboxAppKey": "mwgh09b16myew4s",
"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":{
"key":"change_this_to_something_very_random__just_anything_other_than_this"
},
"pluginKeys":{
"Motion":"change_this_to_something_very_random____make_sure_to_match__/plugins/motion/conf.json",
"OpenCV":"change_this_to_something_very_random____make_sure_to_match__/plugins/opencv/conf.json"
}
}