mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 01:25:29 +00:00
20 lines
No EOL
304 B
TOML
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 |