Do not use a TCP socket for the database connection
[gnucomo.git] / src / gnucomo.conf
1 <?xml version='1.0'?>
2 <gnucomo version='0.0.1'>
3    <database>
4       <type>PostgreSQL</type>
5       <name>gnucomo</name>
6       <user>arjen</user>
7       <password>guess-again:-)</password>
8       <!--    We do not use a TCP connection
9       <host>localhost</host>
10       <port>5432</port>
11       -->
12    </database>
13 </gnucomo>
14