Commit a7bf29a4cb208c84a4f74517366fff096be139a5

Authored by 648540858
1 parent fa62ab9a

恢复默认值

src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
1 package com.genersoft.iot.vmp.conf; 1 package com.genersoft.iot.vmp.conf;
2 2
3 -import io.swagger.v3.oas.annotations.media.Schema;  
4 -import org.springframework.core.annotation.Order;  
5 import org.springframework.boot.context.properties.ConfigurationProperties; 3 import org.springframework.boot.context.properties.ConfigurationProperties;
  4 +import org.springframework.core.annotation.Order;
6 import org.springframework.stereotype.Component; 5 import org.springframework.stereotype.Component;
7 6
8 import java.util.ArrayList; 7 import java.util.ArrayList;
@@ -26,11 +25,11 @@ public class UserSetting { @@ -26,11 +25,11 @@ public class UserSetting {
26 25
27 private int platformPlayTimeout = 60000; 26 private int platformPlayTimeout = 60000;
28 27
29 - private Boolean interfaceAuthentication = Boolean.FALSE; 28 + private Boolean interfaceAuthentication = Boolean.TRUE;
30 29
31 - private Boolean recordPushLive = Boolean.FALSE; 30 + private Boolean recordPushLive = Boolean.TRUE;
32 31
33 - private Boolean recordSip = Boolean.FALSE; 32 + private Boolean recordSip = Boolean.TRUE;
34 33
35 private Boolean logInDatebase = Boolean.TRUE; 34 private Boolean logInDatebase = Boolean.TRUE;
36 35