[Codestriker-commits] CVS update: codestriker codestriker.conf
Brought to you by:
sits
|
From: <si...@us...> - 2005-07-10 23:25:16
|
Created Codestriker topic at: http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=7930309&action=view User: sits Date: 05/07/10 16:24:57 Modified: . codestriker.conf Log: Updated example to include host information for PgPP URL. Index: codestriker.conf =================================================================== RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- codestriker.conf 10 Jul 2005 02:28:56 -0000 1.74 +++ codestriker.conf 10 Jul 2005 23:24:56 -0000 1.75 @@ -16,7 +16,7 @@ # Example of a PostgreSQL database URL using the PgPP driver (required for # Win32 systems at the time of release). -#$db = 'DBI:PgPP:dbname=codestrikerdb'; +#$db = 'DBI:PgPP:host=locahost;dbname=codestrikerdb'; # Example of a MySQL database URL. #$db = 'DBI:mysql:dbname=codestrikerdb'; |