rssto/crates/crawler/config/example.toml
2026-01-07 15:00:55 +02:00

20 lines
No EOL
304 B
TOML

update = 60
[mysql]
host = "localhost"
port = 3307
user = ""
password = ""
database = "rssto"
[[channel]]
url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true
[[channel]]
url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true