恢复默认值
parent
fa62ab9a01
commit
a7bf29a4cb
|
@ -1,8 +1,7 @@
|
||||||
package com.genersoft.iot.vmp.conf;
|
package com.genersoft.iot.vmp.conf;
|
||||||
|
|
||||||
import io.swagger.v3.oas.annotations.media.Schema;
|
|
||||||
import org.springframework.core.annotation.Order;
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||||
|
import org.springframework.core.annotation.Order;
|
||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
@ -26,11 +25,11 @@ public class UserSetting {
|
||||||
|
|
||||||
private int platformPlayTimeout = 60000;
|
private int platformPlayTimeout = 60000;
|
||||||
|
|
||||||
private Boolean interfaceAuthentication = Boolean.FALSE;
|
private Boolean interfaceAuthentication = Boolean.TRUE;
|
||||||
|
|
||||||
private Boolean recordPushLive = Boolean.FALSE;
|
private Boolean recordPushLive = Boolean.TRUE;
|
||||||
|
|
||||||
private Boolean recordSip = Boolean.FALSE;
|
private Boolean recordSip = Boolean.TRUE;
|
||||||
|
|
||||||
private Boolean logInDatebase = Boolean.TRUE;
|
private Boolean logInDatebase = Boolean.TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue