Added a new section 'logging' with three configuration parameters:
[gnucomo.git] / src / gnucomo.conf
1 <?xml version='1.0'?>
2 <gnucomo version='0.0.2'>
3    <database>
4       <type>PostgreSQL</type>
5       <name>gnucomo</name>
6       <user>arjen</user>
7       <password>guess-again:-)</password>
8       <!--    We do not use a TCP connection
9       <host>localhost</host>
10       <port>5432</port>
11       -->
12    </database>
13    <logging>
14       <method>file</method>
15       <destination>/var/log/gcm_input</destination>
16       <level>0</level>
17    </logging>
18    <gcm_input>
19       <dbuser>brenno</dbuser>
20    </gcm_input>
21    <gcm_daemon>
22       <user>arjen</user>
23       <password>test</password>
24    </gcm_daemon>
25 </gnucomo>
26