Fix PR10: Gcm_input may loose its input message
[gnucomo.git] / test / gnucomo_nodb.conf
diff --git a/test/gnucomo_nodb.conf b/test/gnucomo_nodb.conf
new file mode 100644 (file)
index 0000000..6b130ba
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version='1.0'?>
+<gnucomo_nodb version='0.0.8'>
+   <database>
+      <type>PostgreSQL</type>
+      <name>gnucomo_no_database</name>
+      <user>arjen</user>
+      <password>guess-again:-)</password>
+      <!--    We do not use a TCP connection
+      <host>localhost</host>
+      <port>5432</port>
+      -->
+   </database>
+   <logging>
+      <method>file</method>
+      <destination>./gcm_input.log</destination>
+      <level>0</level>
+   </logging>
+   <spool>
+      <directory>.</directory>
+   </spool>
+   <gcm_daemon>
+      <user>arjen</user>
+      <password>test</password>
+   </gcm_daemon>
+</gnucomo_nodb>
+