openvidu-server: Revert coturn.redis.ip to localhost

pull/405/head
cruizba 2020-03-04 10:21:40 +01:00
parent 444d302590
commit 9350312722
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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