Fix PR10: Gcm_input may loose its input message
[gnucomo.git] / test / gnucomo.conf
1 <?xml version='1.0'?>
2 <gnucomo version='0.0.8'>
3    <database>
4       <type>PostgreSQL</type>
5       <name>gnucomo_test</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>./gcm_input</destination>
16       <level>0</level>
17    </logging>
18    <gcm_daemon>
19       <user>arjen</user>
20       <password>test</password>
21    </gcm_daemon>
22 </gnucomo>
23