ComunicRTCProxy/config.yaml

14 lines
258 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
# Number of seconds to wait before automatically
# closing the proxy (if WebSocket connection was
# interrupted)
restart: 0