Files
server-config/configuration/rtmp-auth/config.toml
2026-05-14 13:39:10 +02:00

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"