-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config-default.json
113 lines (96 loc) · 1.55 KB
/
config-default.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"hostname": "AAA.com",
"debug": false,
"testData": false,
"https": {
"cert": "./ssl/AAA.crt",
"ca": "./ssl/AAA.ca-bundle",
"key": "./ssl/AAA.key"
},
"mongodb": {
"connectionString": "mongodb+srv://AAA:BBB@cluster0.ajcse.mongodb.net/CCC?retryWrites=true&w=majority"
},
"youtube": {
"enabled": false,
"enabledVideo": false,
"key": "AAA",
"videoDaysAgo": 3,
"videoLimit": 20,
"offlineLimit": 70
},
"twitch": {
"enabled": false,
"clientId": "AAA",
"clientSecret": "BBB"
},
"dlive": {
"enabled": false,
"key": "AAA"
},
"theta": {
"enabled": false
},
"trovo": {
"enabled": false
},
"schedule": {
"enabled": false,
"hoursAhead": 36
},
"rss": {
"enabled": false,
"daysAgo": 6,
"limit": 10
},
"tiktok": {
"enabled": false,
"daysAgo": 3,
"limit": 20
},
"tikapi": {
"enabled": false,
"key": "AAA"
},
"timers": {
"list": 1,
"youtube": 4,
"twitch": 4,
"dlive": 3,
"theta": 4,
"trovo": 5,
"youtubeVideo": 30,
"youtubeVideoList": 3,
"schedule": 3,
"rss": 30,
"rssList": 3,
"tiktok": 360,
"tiktokList": 5,
"price": 1
},
"twitter": {
"enabled": false,
"username": "AAA",
"buffer": 2,
"apiKey": "AAA",
"apiSecret": "BBB",
"accessToken": "CCC",
"accessTokenSecret": "DDD"
},
"twitterReddit": {
"enabled": false,
"username": "AAA",
"apiKey": "BBB",
"apiSecret": "CCC",
"accessToken": "DDD",
"accessTokenSecret": "EEE"
},
"telegram": {
"enabled": false,
"token": "AAA",
"channel": "BBB"
},
"price": {
"enabled": false,
"nomicsKey": "AAA"
}
}