mirror of
https://github.com/YGGverse/rssto.git
synced 2026-03-31 17:15:29 +00:00
initial commit
This commit is contained in:
parent
8dfc595961
commit
e070db316c
19 changed files with 400 additions and 356 deletions
20
crates/crawler/config/example.toml
Normal file
20
crates/crawler/config/example.toml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue