Added a new section 'logging' with three configuration parameters:
[gnucomo.git] / src / gnucomo.conf
index bff72f1..f9a99ad 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version='1.0'?>
-<gnucomo version='0.0.1'>
+<gnucomo version='0.0.2'>
    <database>
       <type>PostgreSQL</type>
       <name>gnucomo</name>
       <port>5432</port>
       -->
    </database>
+   <logging>
+      <method>file</method>
+      <destination>/var/log/gcm_input</destination>
+      <level>0</level>
+   </logging>
+   <gcm_input>
+      <dbuser>brenno</dbuser>
+   </gcm_input>
+   <gcm_daemon>
+      <user>arjen</user>
+      <password>test</password>
+   </gcm_daemon>
 </gnucomo>