dengsixing 4 months ago
parent
commit
a86eda7683
2 changed files with 3 additions and 3 deletions
  1. 2 2
      src/main/resources/bootstrap-test.yml
  2. 1 1
      src/main/resources/bootstrap.yml

+ 2 - 2
src/main/resources/bootstrap-test.yml

@@ -3,8 +3,8 @@ spring:
     name: 4dkankan-gateway
   cloud:
     nacos:
-      server-addr: 120.24.144.164:8848
-      namespace: 4dkankan-v4-test
+      server-addr: 192.168.0.127:8848
+      namespace: test
       config:
         file-extension: yaml
         namespace: ${spring.cloud.nacos.namespace}

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -1,3 +1,3 @@
 spring:
   profiles:
-    active: dev
+    active: test