From 16963441e05cb22922db7fb7e8cb463a5ba0e49c Mon Sep 17 00:00:00 2001
From: Zhu Zhonghua <zhonghua@qq.com>
Date: 星期四, 24 四月 2025 14:13:11 +0800
Subject: [PATCH] 调整后端yml,拆分不同环境

---
 aps-gateway/src/main/resources/bootstrap.yml |   33 ---------------------------------
 1 files changed, 0 insertions(+), 33 deletions(-)

diff --git a/aps-gateway/src/main/resources/bootstrap.yml b/aps-gateway/src/main/resources/bootstrap.yml
index c205191..906470f 100644
--- a/aps-gateway/src/main/resources/bootstrap.yml
+++ b/aps-gateway/src/main/resources/bootstrap.yml
@@ -10,36 +10,3 @@
   profiles:
     # 鐜閰嶇疆
     active: dev
-  cloud:
-    nacos:
-      discovery:
-        # 鏈嶅姟娉ㄥ唽鍦板潃
-        server-addr: 192.168.50.160:8848
-        namespace: 8e9f8829-4286-4925-943a-a6c242767ac2
-        # 娉ㄥ唽Nacos鏃跺鍔犲厓鏁版嵁 鐢ㄤ簬GateWay杞彂
-#        metadata:
-#          local: zhl
-      config:
-        # 閰嶇疆涓績鍦板潃
-        server-addr: 192.168.50.160:8848
-        # 閰嶇疆鏂囦欢鏍煎紡
-        file-extension: yml
-        # 鍏变韩閰嶇疆
-        shared-configs:
-          - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: 8e9f8829-4286-4925-943a-a6c242767ac2
-    sentinel:
-      # 鍙栨秷鎺у埗鍙版噿鍔犺浇
-      eager: true
-      transport:
-        # 鎺у埗鍙板湴鍧�
-        dashboard: 192.168.50.160:8718
-      # nacos閰嶇疆鎸佷箙鍖�
-      datasource:
-        ds1:
-          nacos:
-            server-addr: 192.168.50.160:8848
-            dataId: sentinel-aps-gateway
-            groupId: DEFAULT_GROUP
-            data-type: json
-            rule-type: gw-flow

--
Gitblit v1.9.3