Update conf.sample.json
parent
7b31b387aa
commit
f956271e5e
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"port": 8080,
|
||||
"debugLog": false,
|
||||
"enableFaceManager": false,
|
||||
"videosDir": "__DIR__/videos",
|
||||
"passwordType": "sha256",
|
||||
"detectorMergePamRegionTriggers": true,
|
||||
|
@ -26,8 +27,6 @@
|
|||
"pass": "your_password_or_app_specific_password"
|
||||
}
|
||||
},
|
||||
"cron":{
|
||||
"key":"change_this_to_something_very_random__just_anything_other_than_this"
|
||||
},
|
||||
"cron":{},
|
||||
"pluginKeys":{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue