mirror of
https://gitlab.com/comunic/ComunicRTCProxy
synced 2024-11-17 02:51:12 +00:00
21 lines
392 B
YAML
21 lines
392 B
YAML
# Proxy configuration
|
|
#
|
|
# @author Pierre Hubert
|
|
|
|
secure: false
|
|
hostname: 127.0.0.1
|
|
port: 3000
|
|
path: /rtc_proxy/ws
|
|
token: SecretToken
|
|
|
|
# Set the IP this relay can be reached (optional)
|
|
# accessip:
|
|
|
|
# Limit UDP ports this server will listen to
|
|
portstart: 0
|
|
portend: 0
|
|
|
|
# Number of seconds to wait before automatically
|
|
# closing the proxy (if WebSocket connection was
|
|
# interrupted)
|
|
restart: 0 |