chore: switch from yaml to toml
This commit is contained in:
parent
ed493cff29
commit
8d07a86fc4
7 changed files with 66 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue