mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: Removed coturn.ip default parameter in application.properties
parent
d82b79cc1d
commit
1f909b33c6
|
@ -42,6 +42,11 @@ import java.util.stream.Stream;
|
|||
|
||||
import javax.annotation.PostConstruct;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.JsonArray;
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonParser;
|
||||
|
||||
import org.apache.http.Header;
|
||||
import org.apache.http.message.BasicHeader;
|
||||
import org.kurento.jsonrpc.JsonUtils;
|
||||
|
@ -58,11 +63,6 @@ import org.springframework.core.io.FileSystemResource;
|
|||
import org.springframework.core.io.support.PropertiesLoaderUtils;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.JsonArray;
|
||||
import com.google.gson.JsonElement;
|
||||
import com.google.gson.JsonParser;
|
||||
|
||||
import io.openvidu.java.client.OpenViduRole;
|
||||
import io.openvidu.server.OpenViduServer;
|
||||
import io.openvidu.server.cdr.CDREventName;
|
||||
|
|
|
@ -134,8 +134,7 @@
|
|||
{
|
||||
"name": "coturn.redis.ip",
|
||||
"type": "java.lang.String",
|
||||
"description": "Redis IP where OpenVidu Server should connect to store TURN credentials",
|
||||
"defaultValue": "127.0.0.1"
|
||||
"description": "Redis IP where OpenVidu Server should connect to store TURN credentials"
|
||||
},
|
||||
{
|
||||
"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=127.0.0.1
|
||||
coturn.redis.ip=
|
||||
coturn.redis.dbname=0
|
||||
coturn.redis.password=turn
|
||||
coturn.redis.connect-timeout=30
|
||||
|
|
Loading…
Reference in New Issue