-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.multi-domain.json
More file actions
50 lines (50 loc) · 1.23 KB
/
Copy pathconfig.multi-domain.json
File metadata and controls
50 lines (50 loc) · 1.23 KB
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
{
"timezone": "Asia/Shanghai",
"schedule": {
"collect": true,
"analyze": true,
"push": true
},
"rss_feeds": [
{
"source_id": "ai-today",
"url": "https://news.google.com/rss/search?q=AI%20when%3A1d&hl=en-US&gl=US&ceid=US:en",
"max_items": 5
},
{
"source_id": "tech-today",
"url": "https://news.google.com/rss/search?q=Technology%20when%3A1d&hl=en-US&gl=US&ceid=US:en",
"max_items": 5
},
{
"source_id": "science-today",
"url": "https://news.google.com/rss/search?q=Science%20when%3A1d&hl=en-US&gl=US&ceid=US:en",
"max_items": 5
},
{
"source_id": "finance-today",
"url": "https://news.google.com/rss/search?q=Finance%20when%3A1d&hl=en-US&gl=US&ceid=US:en",
"max_items": 5
},
{
"source_id": "world-today",
"url": "https://news.google.com/rss/search?q=World%20when%3A1d&hl=en-US&gl=US&ceid=US:en",
"max_items": 5
}
],
"hotlist_apis": [],
"keywords": [],
"selection": {
"high_rank_fallback_max_rank": 3,
"min_items_per_source": 2,
"min_items_per_domain": 1
},
"http_timeout_secs": 20,
"storage": {
"backend": "sqlite"
},
"notification": {
"enabled": false,
"sinks": []
}
}