mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Revert coturn.redis.ip to localhost
parent
444d302590
commit
9350312722
|
@ -128,13 +128,13 @@
|
|||
{
|
||||
"name": "coturn.ip",
|
||||
"type": "java.lang.String",
|
||||
"description": "Coturn IP of a deployed coturn server",
|
||||
"defaultValue": "127.0.0.1"
|
||||
"description": "Coturn IP of a deployed coturn server"
|
||||
},
|
||||
{
|
||||
"name": "coturn.redis.ip",
|
||||
"type": "java.lang.String",
|
||||
"description": "Redis IP where OpenVidu Server should connect to store TURN credentials"
|
||||
"description": "Redis IP where OpenVidu Server should connect to store TURN credentials",
|
||||
"defaultValue": "127.0.0.1"
|
||||
},
|
||||
{
|
||||
"name": "coturn.redis.dbname",
|
||||
|
|
|
@ -36,7 +36,7 @@ openvidu.streams.video.min-recv-bandwidth=300
|
|||
openvidu.streams.video.max-send-bandwidth=1000
|
||||
openvidu.streams.video.min-send-bandwidth=300
|
||||
|
||||
coturn.redis.ip=
|
||||
coturn.redis.ip=127.0.0.1
|
||||
coturn.redis.dbname=0
|
||||
coturn.redis.password=turn
|
||||
coturn.redis.connect-timeout=30
|
||||
|
|
Loading…
Reference in New Issue