gzzn dev env
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
logging:
|
logging:
|
||||||
level: # 日志级别
|
level: # 日志级别
|
||||||
|
root: INFO
|
||||||
com.gzzn.omms.msgexchangeapi.runner: DEBUG
|
com.gzzn.omms.msgexchangeapi.runner: DEBUG
|
||||||
spring:
|
spring:
|
||||||
jpa:
|
jpa:
|
||||||
@@ -60,7 +61,8 @@ msgExchange:
|
|||||||
waitDateLeftOffset: 600000
|
waitDateLeftOffset: 600000
|
||||||
ignoreMsg: ldm-*,regn-*,rsta-*,eror-* #忽略的消息列表
|
ignoreMsg: ldm-*,regn-*,rsta-*,eror-* #忽略的消息列表
|
||||||
logstash:
|
logstash:
|
||||||
host: 130.120.3.234:5000
|
# host: 130.120.3.234:5000
|
||||||
|
host: hz011.int.it2000.com.cn:5555
|
||||||
scheduled:
|
scheduled:
|
||||||
#每日凌晨3:30分点采集历史数据 0 30 3 * * ?
|
#每日凌晨3:30分点采集历史数据 0 30 3 * * ?
|
||||||
flightInfoCron: 0 30 3 * * ?
|
flightInfoCron: 0 30 3 * * ?
|
||||||
@@ -90,12 +92,15 @@ elasticsearch:
|
|||||||
pool: 5
|
pool: 5
|
||||||
#注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致
|
#注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致
|
||||||
cluster:
|
cluster:
|
||||||
name: docker-cluster
|
# name: docker-cluster
|
||||||
nodes: 130.120.3.234:9300,130.120.3.236:9300,130.120.3.238:9300
|
# nodes: 130.120.3.234:9300,130.120.3.236:9300,130.120.3.238:9300
|
||||||
|
name: opensearch
|
||||||
|
nodes: 130.120.3.128:9300
|
||||||
eureka:
|
eureka:
|
||||||
client:
|
client:
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: http://10.100.100.184:8761/eureka/
|
# defaultZone: http://10.100.100.184:8761/eureka/
|
||||||
|
defaultZone: http://192.168.10.99:8080/eureka/
|
||||||
instance:
|
instance:
|
||||||
prefer-ip-address: false
|
prefer-ip-address: false
|
||||||
hostName: msgexchangeapi
|
hostName: msgexchangeapi
|
||||||
|
|||||||
Reference in New Issue
Block a user