恢复默认值
This commit is contained in:
parent
2546748867
commit
0325efd84c
@ -1,8 +1,7 @@
|
||||
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.core.annotation.Order;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
import java.util.ArrayList;
|
||||
@ -26,11 +25,11 @@ public class UserSetting {
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user