Browse Source

linknx: add dist xml conf file

Signed-off-by: Othmar Truniger <github@truniger.ch>
lilik-openwrt-22.03
Othmar Truniger 10 years ago
parent
commit
1a9bc1c43a
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      net/linknx/files/linknx.xml.dist

+ 16
- 0
net/linknx/files/linknx.xml.dist View File

@ -0,0 +1,16 @@
<config>
<objects>
</objects>
<rules>
</rules>
<services>
<xmlserver type="inet" port="1028"/>
<knxconnection url="ip:localhost"/>
<persistence type="file" path="/var/lib/linknx/persist"/>
<emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
</services>
<logging format="basic" level="INFO" />
</config>

Loading…
Cancel
Save