Do not use a TCP socket for the database connection
authorarjen <arjen>
Mon, 4 Nov 2002 10:15:00 +0000 (10:15 +0000)
committerarjen <arjen>
Mon, 4 Nov 2002 10:15:00 +0000 (10:15 +0000)
src/gnucomo.conf

index 90499ef..bff72f1 100644 (file)
@@ -1,12 +1,14 @@
 <?xml version='1.0'?>
-<gnucomo version='0.0.0'>
+<gnucomo version='0.0.1'>
    <database>
       <type>PostgreSQL</type>
       <name>gnucomo</name>
       <user>arjen</user>
-      <password>guess again :-)</password>
+      <password>guess-again:-)</password>
+      <!--    We do not use a TCP connection
       <host>localhost</host>
       <port>5432</port>
+      -->
    </database>
 </gnucomo>