feat(conf): update conf

This commit is contained in:
bandl 2021-10-19 16:02:05 +08:00
parent cb1e555986
commit 74a85e518d
1 changed files with 17 additions and 1 deletions

View File

@ -24,9 +24,25 @@ middleware-driver:
driverCount: 1000
middleConsumerCount: 5
# Register the message push type
# 在这里注册消息推送类型,
plugins-control:
logcontext: [ "logMiddle" ]
# log-context: Logs generated by storage or gateway are pushed through this message
# log-context: storage 或者 gateway 产生的日志通过这个消息推送
- log-context: [ "mock-plugins" ]
# lru-clean-context: Lru is pushed through this message when data cleansing occurs
# lru-clean-context: Lru 发生数据清理时通过这个消息推送
- lru-clean-context: ["mock-plugins"]
# lru-ttl-context: Lru is pushed through this message when data expires
# lru-ttl-context: Lru 发生数据过期时通过这个消息推送
- lru-ttl-context: ["mock-plugins"]
# plugins-info-contextAll plugins information for the current project
# plugins-info-context: 当前项目全部的插件信息
- plugins-info-context: ["mock-plugins"]
gateway:
host: '127.0.0.1'