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

24 lines
No EOL
433 B
TOML

# Rescan feed channels time, in seconds
update = 900
# Database connection setup
# * see crates/mysql/database
[mysql]
host = "localhost"
port = 3307
user = ""
password = ""
database = "rssto"
# Content sources (unlimited)
[[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