Shinobi/conf.sample.json

33 lines
688 B
JSON
Raw Normal View History

2018-06-09 23:34:06 +00:00
{
"port": 8080,
2022-06-07 23:48:53 +00:00
"debugLog": false,
2022-12-18 21:29:04 +00:00
"enableFaceManager": false,
2022-06-07 23:48:53 +00:00
"videosDir": "__DIR__/videos",
"passwordType": "sha256",
"detectorMergePamRegionTriggers": true,
"wallClockTimestampAsDefault": true,
2022-03-28 23:02:05 +00:00
"useBetterP2P": true,
"smtpServerOptions": {
"allowInsecureAuth": true
},
2018-06-09 23:34:06 +00:00
"addStorage": [
{"name":"second","path":"__DIR__/videos2"}
],
"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"
2023-02-06 06:12:16 +00:00
}
2018-06-09 23:34:06 +00:00
},
2022-12-18 21:29:04 +00:00
"cron":{},
"pluginKeys":{}
}