xiaoQQya
2023-07-09 468e2b2ffbbb4e15dea11d1f9c7451a8097a3ab8
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -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 @@
    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;