Explorar el Código

修改配置到测试环境

my-csc-config-file.git hace 5 años
padre
commit
de696921cd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -4,8 +4,8 @@ server:
4 4
 
5 5
 eureka:
6 6
   instance:
7
- #    hostname: 172.16.0.2 #地址
8
-    hostname: 172.16.0.6 #地址
7
+     hostname: 172.16.0.2 #地址
8
+#    hostname: 172.16.0.6 #地址
9 9
     prefer-ip-address: true
10 10
   client:
11 11
     fetch-registry: false