|
@@ -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
|