Commit a7bf29a4cb208c84a4f74517366fff096be139a5
1 parent
fa62ab9a
恢复默认值
Showing
1 changed file
with
4 additions
and
5 deletions
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
| 1 | 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 | 3 | import org.springframework.boot.context.properties.ConfigurationProperties; |
| 4 | +import org.springframework.core.annotation.Order; | |
| 6 | 5 | import org.springframework.stereotype.Component; |
| 7 | 6 | |
| 8 | 7 | import java.util.ArrayList; |
| ... | ... | @@ -26,11 +25,11 @@ public class UserSetting { |
| 26 | 25 | |
| 27 | 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 | 34 | private Boolean logInDatebase = Boolean.TRUE; |
| 36 | 35 | ... | ... |