Sfoglia il codice sorgente

修改测试配置文件

邵洋 1 anno fa
parent
commit
359471c510
1 ha cambiato i file con 9 aggiunte e 6 eliminazioni
  1. 9 6
      pole-service/src/main/resources/bootstrap.yaml

+ 9 - 6
pole-service/src/main/resources/bootstrap.yaml

@@ -2,21 +2,24 @@ spring:
   application:
     name: pole-service
   profiles:
-    active: prod
+    active: dev
   main:
     allow-bean-definition-overriding: true
   cloud:
     sentinel:
       transport:
-        dashboard: 172.16.102.52:8090
+      #  dashboard: 172.16.102.52:8090
+        dashboard: 192.168.110.30:8090
       http-method-specify: true
     nacos:
       discovery:
-        server-addr: 172.16.102.52:8848
-        namespace: 99a7b129-faed-4b32-bcbf-54acd7ffd372
+      #  server-addr: 172.16.102.52:8848
+      #  namespace: 99a7b129-faed-4b32-bcbf-54acd7ffd372
+         server-addr: 192.168.110.30:8848
       config:
-        server-addr: 172.16.102.52:8848
-        namespace: 99a7b129-faed-4b32-bcbf-54acd7ffd372
+      #  server-addr: 172.16.102.52:8848
+      #  namespace: 99a7b129-faed-4b32-bcbf-54acd7ffd372
+        server-addr: 192.168.110.30:8848
         file-extension: yaml
         shared-configs:
           - dataId: pole-service.yaml