initial commit
This commit is contained in:
17
configuration/rtmp-auth/config.toml
Normal file
17
configuration/rtmp-auth/config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user