添加获取日志开关 配置
This commit is contained in:
@@ -19,6 +19,12 @@ spring:
|
|||||||
max-active: 30
|
max-active: 30
|
||||||
test-on-borrow: true
|
test-on-borrow: true
|
||||||
initial-size: 3
|
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
|
# Elasticsearch
|
||||||
# 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
|
# 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
|
||||||
|
|||||||
Reference in New Issue
Block a user