summarylogtreecommitdiffstats
path: root/conf.json
blob: 19d71b621284c41357c61ae02aa171734a74894f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "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":{}
}