mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
add simple router config
This commit is contained in:
parent
a8a4116464
commit
031f19063b
1 changed files with 26 additions and 0 deletions
|
|
@ -20,6 +20,32 @@ filter:
|
|||
checkMsg: no
|
||||
|
||||
|
||||
alarmRouter:
|
||||
- Router 1
|
||||
- Router 2
|
||||
|
||||
router:
|
||||
|
||||
- name: Router 1
|
||||
route:
|
||||
- type: module
|
||||
name: doubleFilter
|
||||
config:
|
||||
maxEntry: 30
|
||||
ignoreTime: 10
|
||||
checkMsg: no
|
||||
- type: plugin
|
||||
name: mysql
|
||||
config:
|
||||
user: test
|
||||
pass: test
|
||||
db: test
|
||||
- type: router
|
||||
name: Router 2
|
||||
|
||||
- name: Router 2
|
||||
route:
|
||||
|
||||
#[Server]
|
||||
#PORT = 8080
|
||||
#Name = BW3 Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue