mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"ip": "127.0.0.1",
|
|
"port": 8080,
|
|
"passwordType": "sha256",
|
|
"detectorMergePamRegionTriggers": true,
|
|
"wallClockTimestampAsDefault": true,
|
|
"streamDir": "/var/lib/shinobi/stream",
|
|
"videosDir": "/var/lib/shinobi/video",
|
|
"binDir": "/var/lib/shinobi/files",
|
|
"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_thisx"
|
|
},
|
|
"pluginKeys":{}
|
|
}
|