-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.sample.json
43 lines (43 loc) · 1014 Bytes
/
config.sample.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"db":{
"host":"DATABASE_HOST",
"user":"DATABASE_USER",
"password":"DATABASE_PASSWORD",
"database":"DATABASE_NAME"
},
"redis":{
"host":"redis",
"port": 6379,
"filesDB": 0,
"usersDB": 1,
"threadsDB": 2,
"websocketsDB": 3,
"remotePlayerDB": 4
},
"api":{
"tmdb":"YOURAPIKEY",
"tvdb":"YOURAPIKEY"
},
"config":{
"checkInterval": 5,
"crf": 23,
"hlsTime": 60,
"hlsKill": 120,
"encoder": "h264_nvenc",
"outDir": "out/",
"watchedThreshold": 0.9,
"baseUrl": "http://yourip:port",
"contentPath": "/home/server/content",
"tvsPath":"Series",
"moviePath":"Movies"
},
"cron": {
"tvs": "0 18,20 * * 0,4,5",
"movie": "0 0 * * 1",
"upcomingEpisode": "0 0 * * 3,6",
"cache": "",
"person": "0 15 * * *",
"trackerScan": "",
"trackerSync": ""
}
}