瀏覽代碼

linknx: add dist xml conf file

Signed-off-by: Othmar Truniger <github@truniger.ch>
Othmar Truniger 10 年之前
父節點
當前提交
1a9bc1c43a
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16
    0
      net/linknx/files/linknx.xml.dist

+ 16
- 0
net/linknx/files/linknx.xml.dist 查看文件

@@ -0,0 +1,16 @@
1
+<config>
2
+  <objects>
3
+  </objects>
4
+
5
+  <rules>
6
+  </rules>
7
+
8
+  <services>
9
+    <xmlserver type="inet" port="1028"/>
10
+    <knxconnection url="ip:localhost"/>
11
+    <persistence type="file" path="/var/lib/linknx/persist"/>
12
+    <emailserver type="smtp" host="localhost:25" from="linknx@local.local" />
13
+  </services>
14
+  <logging format="basic" level="INFO" />
15
+
16
+</config>