summarylogtreecommitdiffstats
path: root/conf.json
diff options
context:
space:
mode:
authorAlphaJack2023-01-22 20:45:30 +0100
committerAlphaJack2023-01-22 20:45:38 +0100
commit57ecadce8d13494e95260178a48be8bb63136e4a (patch)
tree019124d040a260490f046da5ce52a68d78f61bb9 /conf.json
parenteaeec4173f2383160789ab971bc0e6f95e24537f (diff)
downloadaur-shinobi-git.tar.gz
Updated shinobi-git to r3116.07584db3 and added details on database setup
Diffstat (limited to 'conf.json')
-rw-r--r--conf.json20
1 files changed, 14 insertions, 6 deletions
diff --git a/conf.json b/conf.json
index 19d71b621284..07948979b190 100644
--- a/conf.json
+++ b/conf.json
@@ -1,12 +1,21 @@
{
"ip": "127.0.0.1",
"port": 8080,
+ "debugLog": false,
+ "enableFaceManager": false,
+ "videosDir": "/var/lib/shinobi/video",
+ "streamDir": "/var/lib/shinobi/stream",
+ "binDir": "/var/lib/shinobi/files",
"passwordType": "sha256",
"detectorMergePamRegionTriggers": true,
"wallClockTimestampAsDefault": true,
- "streamDir": "/var/lib/shinobi/stream",
- "videosDir": "/var/lib/shinobi/video",
- "binDir": "/var/lib/shinobi/files",
+ "useBetterP2P": true,
+ "smtpServerOptions": {
+ "allowInsecureAuth": true
+ },
+ "addStorage": [
+ {"name":"second","path":"__DIR__/videos2"}
+ ],
"db": {
"host": "127.0.0.1",
"user": "majesticflame",
@@ -21,8 +30,7 @@
"pass": "your_password_or_app_specific_password"
}
},
- "cron":{
- "key":"change_this_to_something_very_random__just_anything_other_than_thisx"
- },
+ "cron":{},
"pluginKeys":{}
}
+