18 lines
376 B
TOML
18 lines
376 B
TOML
[http]
|
|
# List of RTMP apps
|
|
applications = ["stream"]
|
|
|
|
# Path prefix to allow frontend to run on a subpath
|
|
prefix = ""
|
|
|
|
# Allow CSRF cookie to be sent across http-connection, not recommended for production
|
|
insecure = true
|
|
|
|
[store]
|
|
# Set store backend (file|consul)
|
|
#backend = "file"
|
|
|
|
[store.file]
|
|
# Configure file storage path relative to working directory
|
|
#path = "store.db"
|