remove default plugin keys

- Now all new installs will need to manually add Plugin Keys for safety reasons
merge-requests/21/head
Moe 2018-08-29 10:28:10 -07:00
parent d677f0e7d0
commit 415343b4cc
1 changed files with 2 additions and 6 deletions

View File

@ -20,9 +20,5 @@
"cron":{ "cron":{
"key":"change_this_to_something_very_random__just_anything_other_than_this" "key":"change_this_to_something_very_random__just_anything_other_than_this"
}, },
"pluginKeys":{ "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"
}
}