Reader/settings.toml

36 lines
623 B
TOML
Raw Normal View History

2024-12-14 12:40:29 +08:00
id = "reader01"
2024-12-14 13:48:56 +08:00
bind = "0.0.0.0:8008"
grpc_bind = "0.0.0.0:7008"
2024-12-14 12:40:29 +08:00
nexus_addr = "localhost:7001"
[[sources]]
id = "shadiao"
label = "Shadiao Plus"
type = "wordpress"
source = "https://shadiao.plus/wp-json/wp/v2"
2025-01-25 23:54:50 +08:00
enabled = false
[[sources]]
id = "cnn-politics"
label = "CNN Politics"
type = "scrap"
source = "https://www.cnn.com/politics"
enabled = false
[[sources]]
id = "bbc"
label = "BBC News"
type = "scrap"
source = "https://www.bbc.com/news"
enabled = true
2024-12-14 12:40:29 +08:00
[debug]
database = true
print_routes = false
[security]
internal_public_key = "keys/internal_public_key.pem"
[scraper]
expand_ua = "facebookexternalhit/1.1"