chore: switch from yaml to toml
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 1m47s
Continuous Integration / Build Package (push) Successful in 2m20s

This commit is contained in:
Konstantin Fickel 2026-03-29 19:14:51 +02:00
parent ed493cff29
commit 8d07a86fc4
Signed by: kfickel
GPG key ID: A793722F9933C1A5
7 changed files with 66 additions and 32 deletions

View file

@ -352,10 +352,10 @@ Provide recursive search through the shard tree:
### R22: Config File Location
The application configuration is stored at `~/.config/streamd/config.yaml`:
The application configuration is stored at `~/.config/streamd/config.toml`:
```yaml
base_folder: /path/to/stream/files
```toml
base_folder = "/path/to/stream/files"
```
### R23: Environment Variable Override