Browse Source

update nacos参数更新维护

459242451@qq.com 3 years ago
parent
commit
76b6754c66

+ 0 - 2
ruoyi-admin/nacos/yjzh-sq-dev.yaml

@@ -159,8 +159,6 @@ ruoyi:
     profile: /home/tocc
 
 third:
-    messagepush: http://61.147.254.211:30876/notice-info/messagepushinfo #发送消息
-    messagepushlist: http://61.147.254.211:30876/notice-info/messagepushinfo/list # 消息列表
     dhAuthorize: http://10.211.55.3:6699/videoService/accounts/authorize # 大华鉴权创建用户会话
     keepalive: http://10.211.55.3:6699/videoService/accounts/token/keepalive # 大华会话保活
     dhDeviceTree: http://10.211.55.3:6699/videoService/devicesManager/deviceTree # 大华设备树

+ 0 - 2
ruoyi-admin/nacos/yjzh-sq-prod.yaml

@@ -154,8 +154,6 @@ ruoyi:
     profile: /home/tocc
 
 third:
-    messagepush: http://61.147.254.211:30876/notice-info/messagepushinfo #发送消息
-    messagepushlist: http://61.147.254.211:30876/notice-info/messagepushinfo/list # 消息列表
     dhAuthorize: http://10.55.134.3:6699/videoService/accounts/authorize # 大华鉴权创建用户会话
     keepalive: http://10.55.134.3:6699/videoService/accounts/token/keepalive # 大华会话保活
     dhDeviceTree: http://10.55.134.3:6699/videoService/devicesManager/deviceTree # 大华设备树

+ 0 - 2
ruoyi-admin/nacos/yjzh-sq-test.yaml

@@ -154,8 +154,6 @@ ruoyi:
     profile: /home/tocc
 
 third:
-    messagepush: http://61.147.254.211:30876/notice-info/messagepushinfo #发送消息
-    messagepushlist: http://61.147.254.211:30876/notice-info/messagepushinfo/list # 消息列表
     dhAuthorize: http://10.55.134.3:6699/videoService/accounts/authorize # 大华鉴权创建用户会话
     keepalive: http://10.55.134.3:6699/videoService/accounts/token/keepalive # 大华会话保活
     dhDeviceTree: http://10.55.134.3:6699/videoService/devicesManager/deviceTree # 大华设备树

+ 4 - 3
ruoyi-admin/nacos/yjzh-sq.yaml

@@ -23,9 +23,9 @@ spring:
     servlet:
         multipart:
             # 单个文件大小
-            max-file-size: 10MB
+            max-file-size: 300MB
             # 设置总上传的文件大小
-            max-request-size: 20MB
+            max-request-size: 1024MB
     # 服务模块
     devtools:
         restart:
@@ -40,7 +40,7 @@ spring:
         date-format: yyyy-MM-dd HH:mm:ss
         serialization:
             # 格式化输出
-            indent_output: false
+            indent_output: true
             # 忽略无法转换的对象
             fail_on_empty_beans: false
         deserialization:
@@ -92,6 +92,7 @@ logging:
         #    com.ruoyi: @logging.level@
         com.ruoyi: debug
         org.springframework: warn
+        com.alibaba.nacos.client.config.impl: warn
     config: classpath:logback.xml
 
 # token配置