linknx: add dist xml conf file
Signed-off-by: Othmar Truniger <github@truniger.ch>
This commit is contained in:
parent
934d7f249e
commit
1a9bc1c43a
1 changed files with 16 additions and 0 deletions
16
net/linknx/files/linknx.xml.dist
Normal file
16
net/linknx/files/linknx.xml.dist
Normal 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…
Reference in a new issue