From 2ed6dcd83d7fe005b842c9be000aa9667705a7fa Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期三, 07 五月 2025 11:45:36 +0800
Subject: [PATCH] 修改生产环境yml配置

---
 aps-auth/src/main/resources/bootstrap-prod.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/aps-auth/src/main/resources/bootstrap-prod.yml b/aps-auth/src/main/resources/bootstrap-prod.yml
index d8c041b..c29d7ec 100644
--- a/aps-auth/src/main/resources/bootstrap-prod.yml
+++ b/aps-auth/src/main/resources/bootstrap-prod.yml
@@ -4,12 +4,12 @@
     nacos:
       discovery:
         # 鏈嶅姟娉ㄥ唽鍦板潃
-        server-addr: 192.168.12.243:8850
+        server-addr: 192.168.12.243:8848,192.168.12.244:8848,192.168.12.247:8848
         namespace: prod
         # 娉ㄥ唽Nacos鏃跺鍔犲厓鏁版嵁 鐢ㄤ簬GateWay杞彂
       config:
         # 閰嶇疆涓績鍦板潃
-        server-addr: 192.168.12.243:8850
+        server-addr: 192.168.12.243:8848,192.168.12.244:8848,192.168.12.247:8848
         # 閰嶇疆鏂囦欢鏍煎紡
         file-extension: yml
         # 鍏变韩閰嶇疆

--
Gitblit v1.9.3