mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
14 lines
258 B
YAML
14 lines
258 B
YAML
# Proxy configuration
|
|
#
|
|
# @author Pierre Hubert
|
|
|
|
secure: false
|
|
hostname: 127.0.0.1
|
|
port: 3000
|
|
path: /rtc_proxy/ws
|
|
token: SecretToken
|
|
|
|
# Number of seconds to wait before automatically
|
|
# closing the proxy (if WebSocket connection was
|
|
# interrupted)
|
|
restart: 0 |