Procházet zdrojové kódy

修改sit配置的端口和IP

niantuo před 5 roky
rodič
revize
421aa78c03

+ 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