Configuration from current directory
[gnucomo.git] / test / gnucomo_test.conf
diff --git a/test/gnucomo_test.conf b/test/gnucomo_test.conf
new file mode 100644 (file)
index 0000000..dff8843
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version='1.0'?>
+<gnucomo_test 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_test>
+