From 2fb203e1a1a64742fbbdbbad57913f2c11acc993 Mon Sep 17 00:00:00 2001
From: 648540858 <648540858@qq.com>
Date: 星期一, 23 十一月 2020 18:18:32 +0800
Subject: [PATCH] 更新readme

---
 src/main/resources/application.yml |   28 +++++++++++++++++++++++-----
 1 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 5b5f01e..fd7509e 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,7 +1,7 @@
 spring:
     application:
         name: iot-vmp-vmanager
-        # 褰卞瓙鏁版嵁瀛樺偍鏂瑰紡锛屾敮鎸乺edis銆乯dbc
+        # 褰卞瓙鏁版嵁瀛樺偍鏂瑰紡锛屾敮鎸乺edis銆乯dbc,鏆備笉鏀寔mysql
         database: redis
         # 閫氫俊鏂瑰紡锛屾敮鎸乲afka銆乭ttp
         communicate: http
@@ -17,7 +17,7 @@
         timeout: 10000
     datasource: 
         name: eiot
-        url: jdbc:mysql://192.168.1.141:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
+        url: jdbc:mysql://127.0.0.1:3306/eiot?useUnicode=true&characterEncoding=UTF8&rewriteBatchedStatements=true
         username:
         password:
         type: com.alibaba.druid.pool.DruidDataSource
@@ -40,7 +40,25 @@
     password: 21232f297a57a5a743894a0e4a801fc3
 
 media: #zlm鏈嶅姟鍣ㄧ殑ip涓巋ttp绔彛, 閲嶇偣: 杩欐槸http绔彛
-    ip: 192.168.1.20
-    port: 9080
+    ip: 127.0.0.1
+    wanIp: 192.168.1.20
+    port: 6080
     secret: 035c73f7-bb6b-4889-a715-d9eb2d1925cc
-
+    streamNoneReaderDelayMS:  600000  # 鏃犱汉瑙傜湅澶氫箙鑷姩鍏抽棴娴�
+    # 鍏抽棴绛夊緟鏀跺埌娴佺紪鐮佷俊鎭悗鍦ㄨ繑鍥�,
+    # 璁句负false鍙互鑾峰緱鏇村ソ鐨勫吋瀹规��,淇濊瘉杩斿洖鍚庢祦灏卞彲浠ユ挱鏀�,
+    # 璁句负true鍙互蹇�熸墦寮�鎾斁绐楀彛,鍙互鑾峰緱鏇村ソ鐨勪綋楠�
+    closeWaitRTPInfo: true
+    rtp: # 鍚敤udp澶氱鍙fā寮�
+        enable: true
+        udpPortRange: 30000,30500 # 绔彛鑼冨洿
+logging:
+    file:
+        name: logs/wvp.log
+        max-history: 30
+        max-size: 10MB
+        total-size-cap: 300MB
+    level:
+        com:
+            genersoft:
+                iot: debug
\ No newline at end of file

--
Gitblit v1.8.0