remove default plugin keys
- Now all new installs will need to manually add Plugin Keys for safety reasonsmerge-requests/21/head
parent
d677f0e7d0
commit
415343b4cc
|
@ -20,9 +20,5 @@
|
|||
"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",
|
||||
"OpenALPR":"SomeOpenALPRkeySoPeopleDontMessWithYourShinobi"
|
||||
}
|
||||
}
|
||||
"pluginKeys":{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue