mirror of
https://github.com/YGGverse/rssto.git
synced 2026-04-01 01:25:29 +00:00
use config file instead of argument options
This commit is contained in:
parent
ec0cca64f3
commit
3e94399ccb
15 changed files with 162 additions and 123 deletions
|
|
@ -7,8 +7,5 @@ Web server implementation based on the Rocket engine
|
|||
|
||||
```
|
||||
cd rssto/crates/rssto-http
|
||||
cargo run -- --mysql-username {USER} \
|
||||
--mysql-password {PASS} \
|
||||
--mysql-database {NAME}
|
||||
```
|
||||
* optionally, use `--provider-id {ID}` to filter content using post-processing results (e.g. generated by the `rssto-llm` crate)
|
||||
cargo run -- -c /path/to/config.toml
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue