From c7cde6c8ec424453c7155735e6a429c57e77141b Mon Sep 17 00:00:00 2001
From: wujianwei <wjw@11.com>
Date: 星期二, 07 四月 2026 16:46:08 +0800
Subject: [PATCH] 新增配置
---
admin/config/prod/application-custom.yml | 22 ++++++++++++----------
admin/config/test/application-custom.yml | 4 +++-
2 files changed, 15 insertions(+), 11 deletions(-)
diff --git a/admin/config/prod/application-custom.yml b/admin/config/prod/application-custom.yml
index c20d59b..6cf388d 100644
--- a/admin/config/prod/application-custom.yml
+++ b/admin/config/prod/application-custom.yml
@@ -1,11 +1,11 @@
custom:
rabbitmq:
# 闆嗙兢鍦板潃锛岀敤閫楀彿鍒嗛殧
- host: 61.143.42.70
- port: 7008
- virtual-host: GF_HOST_TEST
- username: user_test
- password: testuser_&
+ host: 172.16.24.14
+ port: 5672
+ virtual-host: GF_HOST
+ username: admin
+ password:
serialNumber:
cache:
enabled: true
@@ -39,10 +39,10 @@
#鏁版嵁搴� 鐩稿叧閰嶇疆
datasource:
master: #涓绘暟鎹簱
- ip: 61.143.42.70 # IP
- port: 7006 #绔彛
+ ip: 172.16.24.11 # IP
+ port: 3306 #绔彛
database: hc_cwxt #鏁版嵁搴撳悕
- username: #鐢ㄦ埛鍚�
+ username: root #鐢ㄦ埛鍚�
password: #瀵嗙爜
slave: #浠庢暟鎹簱
enabled: false #鏄惁寮�鍚粠鏁版嵁搴� 鍏抽棴鏃朵互涓嬩俊鎭彲浠ヤ笉鐢ㄩ厤缃�
@@ -66,7 +66,7 @@
log-slow-sql: true # 鎱QL璁板綍
#redis 鐩稿叧閰嶇疆
redis:
- host: localhost #璁块棶鍦板潃
+ host: 172.16.24.13 #璁块棶鍦板潃
port: 6379 #绔彛
password: #瀵嗙爜
timeout: 10s #瓒呮椂鏃堕棿
@@ -127,4 +127,6 @@
clerk: "閽熸枃娲�"
salerAddress: "鐝犳捣甯傞娲插尯鍗楀睆闀囬�氭腐涓�璺�120鍙�"
invoicingAddress: "http://localhost:6012/api/third/jyjy/common/invoicing"
- returnAddress: "http://172.16.24.19:6720/api/third/invoice"
\ No newline at end of file
+ returnAddress: "http://172.16.24.19:6014/api/third/invoice"
+ tms:
+ url: "http://61.143.42.70:7000/tms-api/"
\ No newline at end of file
diff --git a/admin/config/test/application-custom.yml b/admin/config/test/application-custom.yml
index 188f095..7da946b 100644
--- a/admin/config/test/application-custom.yml
+++ b/admin/config/test/application-custom.yml
@@ -127,4 +127,6 @@
clerk: "閽熸枃娲�"
salerAddress: "鐝犳捣甯傞娲插尯鍗楀睆闀囬�氭腐涓�璺�120鍙�"
invoicingAddress: "http://localhost:6219/api/third/jyjy/common/invoicing"
- returnAddress: "http://127.0.0.1:6620/api/third/invoice"
\ No newline at end of file
+ returnAddress: "http://127.0.0.1:6620/api/third/invoice"
+ tms:
+ url: "http://61.143.42.70:7010/cwgttest-api/"
\ No newline at end of file
--
Gitblit v1.8.0