ComunicRTCProxy/config.yaml

21 lines
392 B
YAML
Raw Normal View History

2020-04-10 06:46:34 +00:00
# Proxy configuration
#
# @author Pierre Hubert
secure: false
hostname: 127.0.0.1
port: 3000
path: /rtc_proxy/ws
2020-04-12 15:24:49 +00:00
token: SecretToken
2021-10-17 18:01:42 +00:00
# Set the IP this relay can be reached (optional)
# accessip:
# Limit UDP ports this server will listen to
portstart: 0
portend: 0
2020-04-12 15:24:49 +00:00
# Number of seconds to wait before automatically
# closing the proxy (if WebSocket connection was
# interrupted)
restart: 0