mirror of
https://github.com/streamwall/streamwall.git
synced 2025-12-05 17:35:36 -05:00
add default development config
This commit is contained in:
26
config.development.toml
Normal file
26
config.development.toml
Normal file
@@ -0,0 +1,26 @@
|
||||
# Streamwall Development Configuration
|
||||
# This configuration is optimized for local development with StreamSource
|
||||
|
||||
[window]
|
||||
# Development window size
|
||||
width = 1280
|
||||
height = 720
|
||||
|
||||
[grid]
|
||||
count = 4
|
||||
|
||||
[control]
|
||||
# Local control server
|
||||
address = "http://localhost:8080"
|
||||
username = "dev"
|
||||
password = "development"
|
||||
|
||||
[data]
|
||||
# Automatically fetch streams from StreamSource API
|
||||
json-url = ["http://localhost:3000/api/v1/streams"]
|
||||
|
||||
# Refresh every 10 seconds in development (more frequent than production)
|
||||
interval = 10
|
||||
|
||||
# Optionally load from local file for testing
|
||||
#toml-file = ["./example.streams.toml"]
|
||||
Reference in New Issue
Block a user