Fix PR10: Gcm_input may loose its input message
[gnucomo.git] / test / gnucomo.conf
diff --git a/test/gnucomo.conf b/test/gnucomo.conf
new file mode 100644 (file)
index 0000000..20dec83
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version='1.0'?>
+<gnucomo version='0.0.8'>
+   <database>
+      <type>PostgreSQL</type>
+      <name>gnucomo_test</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</destination>
+      <level>0</level>
+   </logging>
+   <gcm_daemon>
+      <user>arjen</user>
+      <password>test</password>
+   </gcm_daemon>
+</gnucomo>
+