|
@@ -1,7 +1,7 @@
|
|
|
# 项目相关配置
|
|
|
gyee:
|
|
|
#API访问ip
|
|
|
- swaggerip: 10.0.118.76:8170
|
|
|
+ swaggerip: 192.168.56.1:8170
|
|
|
server:
|
|
|
port: 8170
|
|
|
|
|
@@ -10,7 +10,7 @@ spring:
|
|
|
name: monitor-web-hb-consumer
|
|
|
nacos:
|
|
|
discovery:
|
|
|
- server-addr: 10.0.118.76:8848
|
|
|
+ server-addr: 192.168.56.1:8848
|
|
|
#指定yaml格式的配置
|
|
|
file-extension: yaml
|
|
|
cluster-name: master
|
|
@@ -36,7 +36,7 @@ spring:
|
|
|
min-idle: 0
|
|
|
max-idle: 8
|
|
|
max-wait: -1
|
|
|
- database: 0
|
|
|
+ database: 1
|
|
|
autoconfigure:
|
|
|
exclude: org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
|
|
|
datasource:
|
|
@@ -103,11 +103,11 @@ feign:
|
|
|
read-timeout: 60000
|
|
|
connect-timeout: 60000
|
|
|
provider:
|
|
|
- monitorurl: http://10.0.118.76:8171/
|
|
|
- healthurl: http://10.0.118.76:8172/
|
|
|
- analysisurl: http://10.0.118.76:8173/
|
|
|
- adminurl: http://10.0.118.76:8174/
|
|
|
- alarmurl: http://10.0.118.76:8176/
|
|
|
+ monitorurl: http://192.168.56.1:8171/
|
|
|
+ healthurl: http://192.168.56.1:8172/
|
|
|
+ analysisurl: http://192.168.56.1:8173/
|
|
|
+ adminurl: http://192.168.56.1:8174/
|
|
|
+ alarmurl: http://192.168.56.1:8176/
|
|
|
|
|
|
management:
|
|
|
endpoints:
|