From 23d4046a5a71b254bd6b3f525e8ee64e2fb4ea3d Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期三, 05 十一月 2025 09:43:45 +0800
Subject: [PATCH] 初始化TMS

---
 admin/config/test/application-custom.yml |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index a0f74fd..7c48021 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -55,11 +55,11 @@
       log-slow-sql: true  # 鎱QL璁板綍
   #redis 鐩稿叧閰嶇疆
   redis:
-    host: 127.0.0.1 #璁块棶鍦板潃
-    port: 6379 #绔彛
-    password: 123456 #瀵嗙爜
+    host: 61.143.42.70 #璁块棶鍦板潃
+    port: 7007 #绔彛
+    password: rd@123 #瀵嗙爜
     timeout: 10s #瓒呮椂鏃堕棿
-    keyprefix: cwgl_test #瀛樺偍key鍓嶇紑锛岄伩鍏嶅濂楃幆澧僰ey鐩稿悓
+    keyprefix: cwgl:test #瀛樺偍key鍓嶇紑锛岄伩鍏嶅濂楃幆澧僰ey鐩稿悓
   #swagger鐩稿叧閰嶇疆
   swagger:
     enabled: true #鏄惁寮�鍚�
@@ -83,10 +83,22 @@
       /captchaImage
       /actuator/**
       /*/api-docs
+      /api/**
       /druid/**
       /webjars/**
       /swagger-resources/**
       /swagger-ui.html
       /profile/**
       /system/dict/data/type/**
-      /websocket/**
\ No newline at end of file
+      /websocket/**
+  # 杞﹁締姣忔棩鏁版嵁API閰嶇疆
+  vehicle-api:
+    # API鍩虹鍦板潃
+    baseUrl: https://api.scania-cn.com/vehicleData
+    # API璁よ瘉淇℃伅
+    appid: 0f4c9b15b6addc6f508e8944e046fa67
+    secret: MGY0YzliMTViNmFkZGM2ZjUwOGU4OTQ0ZTA0NmZhNjc=
+    # 鎺ュ彛瓒呮椂璁剧疆锛堟绉掞級
+    timeout: 30000
+    # 閲嶈瘯娆℃暟
+    retryCount: 3
\ No newline at end of file

--
Gitblit v1.8.0