enhancement #I4M3Q4 支持配置绝对路径的配置文件

This commit is contained in:
bryan31
2021-12-11 20:58:45 +08:00
parent 4ed094d254
commit 3f453dedd9
17 changed files with 133 additions and 13 deletions

View File

@@ -0,0 +1 @@
liteflow.rule-source=/usr/local/flow.xml

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<flow>
<chain name="chain1">
<when value="a,b,c"/>
</chain>
</flow>