mirror of
https://github.com/streamwall/streamwall.git
synced 2026-01-31 01:12:48 -05:00
Fix name of example config file in README
This commit is contained in:
@@ -43,11 +43,11 @@ For long-term installations, it's recommended to put your options into a configu
|
|||||||
npm start -- --config="../streamwall.json"
|
npm start -- --config="../streamwall.json"
|
||||||
```
|
```
|
||||||
|
|
||||||
See `config.example.toml` for an example.
|
See `example.config.toml` for an example.
|
||||||
|
|
||||||
## Data sources
|
## Data sources
|
||||||
|
|
||||||
Streamwall can load stream data from both JSON APIs and TOML files. Data sources can be specified in a config file (see `config.example.toml` for an example) or the command line:
|
Streamwall can load stream data from both JSON APIs and TOML files. Data sources can be specified in a config file (see `example.config.toml` for an example) or the command line:
|
||||||
|
|
||||||
```
|
```
|
||||||
npm start -- --data.json-url="https://your-site/api/streams.json" --data.toml-file="./streams.toml"
|
npm start -- --data.json-url="https://your-site/api/streams.json" --data.toml-file="./streams.toml"
|
||||||
|
|||||||
Reference in New Issue
Block a user