linknx: add dist xml conf file 714/head
authorOthmar Truniger <tru7@users.noreply.github.com>
Wed, 31 Dec 2014 09:22:57 +0000 (10:22 +0100)
committerOthmar Truniger <tru7@users.noreply.github.com>
Wed, 31 Dec 2014 09:22:57 +0000 (10:22 +0100)
Signed-off-by: Othmar Truniger <github@truniger.ch>
net/linknx/files/linknx.xml.dist [new file with mode: 0644]

diff --git a/net/linknx/files/linknx.xml.dist b/net/linknx/files/linknx.xml.dist
new file mode 100644 (file)
index 0000000..cb5073d
--- /dev/null
@@ -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>