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