move config.toml example into crate root

This commit is contained in:
yggverse 2026-01-10 11:53:22 +02:00
parent ee083dfc45
commit bc61b5c09c
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,30 @@
# Rescan feed channels time, in seconds
update = 900
# Database connection setup
# * see crates/mysql/database
[mysql]
host = "localhost"
port = 3306
user = ""
password = ""
database = "rssto"
# Content sources (unlimited)
[[channel]]
url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true
# optional:
# content_title_selector = "h1"
# content_description_selector = "article"
[[channel]]
url = "https://"
items_limit = 20
persist_item_title = true
persist_item_description = true
# optional:
# content_title_selector = "h1"
# content_description_selector = "article"