mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
add comments
This commit is contained in:
parent
31065eb413
commit
d669f1ba78
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
update = 60
|
# Rescan feed channels time, in seconds
|
||||||
|
update = 900
|
||||||
|
|
||||||
|
# Database connection setup
|
||||||
|
# * see crates/mysql/database
|
||||||
[mysql]
|
[mysql]
|
||||||
host = "localhost"
|
host = "localhost"
|
||||||
port = 3307
|
port = 3307
|
||||||
|
|
@ -7,6 +10,7 @@ user = ""
|
||||||
password = ""
|
password = ""
|
||||||
database = "rssto"
|
database = "rssto"
|
||||||
|
|
||||||
|
# Content sources (unlimited)
|
||||||
[[channel]]
|
[[channel]]
|
||||||
url = "https://"
|
url = "https://"
|
||||||
items_limit = 20
|
items_limit = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue