Fix media proxy auth origin forwarding

This commit is contained in:
Jage9
2026-03-08 23:04:37 -04:00
parent 19b593b1aa
commit b229e20ae2
4 changed files with 7 additions and 4 deletions

View File

@@ -15,9 +15,11 @@ allow_insecure_ws = false
[tls]
# Required when allow_insecure_ws = false.
cert_file = ""
# Private key paired with tls.cert_file.
key_file = ""
[logging]
# Python logging level for the signaling server.
level = "INFO"
[storage]