Skip to content

Commit 0ea811a

Browse files
committed
added conf.xml for SQLLite
1 parent acea58a commit 0ea811a

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

conf.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<conf>
3+
<dbinfo>
4+
<property>
5+
<name>DB_TYPE</name>
6+
<value>SQLLITE</value>
7+
</property>
8+
<property>
9+
<name>USER</name>
10+
<value></value>
11+
</property>
12+
<property>
13+
<name>URL</name>
14+
<value>jdbc:sqlite:db/test.db</value>
15+
</property>
16+
<property>
17+
<name>LOADER_DB_PORT</name>
18+
<value>9999</value>
19+
</property>
20+
<property>
21+
<name>LOADER_DB_USER</name>
22+
<value></value>
23+
</property>
24+
<property>
25+
<name>LOADER_DB_PASSWORD</name>
26+
<value></value>
27+
</property>
28+
<property>
29+
<name>LOADER_DB_DATABASE_NAME</name>
30+
<value></value>
31+
</property>
32+
</dbinfo>
33+
<rpc>
34+
<property>
35+
<name>PORT</name>
36+
<value>6161</value>
37+
</property>
38+
</rpc>
39+
</conf>

0 commit comments

Comments
 (0)