aboutsummaryrefslogtreecommitdiff
path: root/net/linknx/files/linknx.xml.dist
blob: 55eb41d83d706dd9846a820d559ca2154b1f073f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<config>
  <objects>
  </objects>

  <rules>
  </rules>

  <services>
    <xmlserver type="inet" port="1028"/>
    <knxconnection url="ip:localhost"/>
    <persistence type="file" path="/tmp/linknx/persist"/>
    <emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
  </services>
  <logging format="basic" level="INFO" />

</config>