mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: kms.uris default value updated (no double quotes)
parent
f8357588e0
commit
6459544419
|
@ -27,7 +27,7 @@ openvidu.streams.video.min-recv-bandwidth: 300
|
||||||
openvidu.streams.video.max-send-bandwidth: 1000
|
openvidu.streams.video.max-send-bandwidth: 1000
|
||||||
openvidu.streams.video.min-send-bandwidth: 300
|
openvidu.streams.video.min-send-bandwidth: 300
|
||||||
|
|
||||||
kms.uris: [\"ws://localhost:8888/kurento\"]
|
kms.uris: ["ws://localhost:8888/kurento"]
|
||||||
|
|
||||||
coturn.redis.ip: 127.0.0.1
|
coturn.redis.ip: 127.0.0.1
|
||||||
coturn.redis.dbname: 0
|
coturn.redis.dbname: 0
|
||||||
|
|
Loading…
Reference in New Issue