UNPKG

721 BJSONView Raw
1{
2 "port": 8080,
3 "utcOffset":"-0800",
4 "DropboxAppKey": "mwgh09b16myew4s",
5 "db": {
6 "host": "127.0.0.1",
7 "user": "majesticflame",
8 "password": "",
9 "database": "ccio",
10 "port":3306
11 },
12 "mail":{
13 "service": "gmail",
14 "auth": {
15 "user": "your_email@gmail.com",
16 "pass": "your_password_or_app_specific_password"
17 }
18 },
19 "cron":{
20 "key":"change_this_to_something_very_random__just_anything_other_than_this"
21 },
22 "pluginKeys":{
23 "Motion":"change_this_to_something_very_random____make_sure_to_match__/plugins/motion/conf.json",
24 "OpenCV":"change_this_to_something_very_random____make_sure_to_match__/plugins/opencv/conf.json"
25 }
26}
\No newline at end of file