Browse Source

修改sit配置的端口和IP

niantuo 5 years ago
parent
commit
421aa78c03
1 changed files with 7 additions and 1 deletions
  1. 7 1
      eureka-web/src/main/resources/application-sit.yml

+ 7 - 1
eureka-web/src/main/resources/application-sit.yml

@@ -18,6 +18,7 @@ spring:
     host: 172.18.167.76
     port: 5672
 
+
 auth:
   client:
     key: 5ae40c929c9148e9a6570ecb1666e2f8
@@ -33,4 +34,9 @@ security:
     hostName: 172.18.167.76
     port: 11010
     password: envir20190511
-    timeout: 5000 # 连接超时时间(毫秒)
+    timeout: 5000 # 连接超时时间(毫秒)
+eureka:
+  instance:
+    ip-address: 172.18.167.76
+server:
+  port: 11002