From 120296b480e58a7f506771ba1461d43682270b96 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期一, 30 三月 2026 12:05:06 +0800
Subject: [PATCH] 新增线上配置

---
 admin/config/test/application-custom.yml |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index 7c48021..5f0873e 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -1,8 +1,18 @@
 custom:
+  rabbitmq:
+    # 闆嗙兢鍦板潃锛岀敤閫楀彿鍒嗛殧
+    host: 61.143.42.70
+    port: 7008
+    virtual-host: GF_HOST_TEST
+    username: user_test
+    password: testuser_&
+  serialNumber:
+    cache:
+      enabled: true
   #鏈嶅姟 鐩稿叧閰嶇疆
   server:
     name: 绠$悊绯荤粺 娴嬭瘯鐜
-    port: 8080 #璁块棶绔彛
+    port: 8081 #璁块棶绔彛
     servlet-context-path: / #涓婁笅鏂�
     max-threads: 800 # # tomcat鏈�澶х嚎绋嬫暟锛岄粯璁や负200
     min-spare-threads: 30 # Tomcat鍚姩鍒濆鍖栫殑绾跨▼鏁帮紝榛樿鍊�25
@@ -20,6 +30,7 @@
     multipart:
       max-file-size: 2GB # 鍗曚釜鏂囦欢澶у皬
       max-request-size: 2GB # 璁剧疆鎬讳笂浼犵殑鏂囦欢澶у皬
+    network-path: "http://61.143.42.70:7010/cwgltest-api/"
   #鏃ュ織 鐩稿叧閰嶇疆
   logback:
     path: logs/  #鏃ュ織鐩綍
@@ -77,6 +88,7 @@
       /**/*.js
     #鍏佽鍖垮悕璁块棶
     anonymousPaths:
+      /app/car/login
       /common/*
       /login
       /getSysInfo
@@ -101,4 +113,11 @@
     # 鎺ュ彛瓒呮椂璁剧疆锛堟绉掞級
     timeout: 30000
     # 閲嶈瘯娆℃暟
-    retryCount: 3
\ No newline at end of file
+    retryCount: 3
+  driver:
+    template1: /data/cwgl/chqjkcns.pdf
+    template2: /data/cwgl/zjsf.pdf
+    font: /data/cwgl/msyh.ttf
+  cwxtApi:
+    url: http://61.143.42.70:7010/cwxttest-api/api/third/receivable/
+

--
Gitblit v1.8.0