mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
24 lines
No EOL
433 B
TOML
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 |