Implement configuration management for multi-streamer support and update .gitignore
This commit is contained in:
parent
dd8abf03d3
commit
7f8b3d1bf9
6 changed files with 655 additions and 77 deletions
5
config/streamers/streamer.json.example
Normal file
5
config/streamers/streamer.json.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"$schema": "./streamer.schema.json",
|
||||
"username": "streamer_username",
|
||||
"enabled": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue