添加获取日志开关 配置
This commit is contained in:
@@ -19,7 +19,13 @@ spring:
|
||||
max-active: 30
|
||||
test-on-borrow: true
|
||||
initial-size: 3
|
||||
|
||||
sysApi:
|
||||
host: 130.120.3.231
|
||||
port: 93
|
||||
schema: http
|
||||
baseUrl: ${sysApi.schema}://${sysApi.host}:${sysApi.port}
|
||||
getOpLogSwitchByLevleAndNameUrl: ${sysApi.baseUrl}/oplog/getOpLogSwitch/{level}/{name}
|
||||
|
||||
# Elasticsearch
|
||||
# 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
|
||||
elasticsearch:
|
||||
|
||||
Reference in New Issue
Block a user