-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
37 lines (37 loc) · 1.1 KB
/
config.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
{
"database": {
"host": "0.0.0.0",
"port": "[port]",
"database": "cdnshare",
"user": "[_enter_username_]",
"password":[_enter_pwd_]",
"maxOpenConns": 1000,
"maxIdleConns": 50
},
"accounts": [
{
"name":"Example Television LLC.",
"unit":"TV-X",
"id":"1-K0000",
"urls": {
"live": "https://tv.example.com/en/live-tv/",
"ondemand": "https://tv.example.com/en/on-demand/"
},
"mediaTypeFilters": [".ts", ".mp4",".m4s"],
"sleepDuration": 5,
"db_table_name": "cdnshare"
},
{
"name":"Example Television LLC.",
"unit":"TV-Y",
"id":"1-K0000",
"urls": {
"live": "https://tv.example.com/en/live-tv/",
"ondemand": "https://tv.example.com/en/on-demand/"
},
"mediaTypeFilters": [".ts", ".mp4",".m4s"],
"sleepDuration": 5,
"db_table_name": "[_db_table_name_]"
}
]
}