Created Codestriker topic at:
  
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=1378987&action=view

  User: sits    
  Date: 05/07/12 03:12:03

  Modified:    .        codestriker.conf
  Log:
  Reordered db config options
  
  
  
  Index: codestriker.conf
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/codestriker.conf,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- codestriker.conf  11 Jul 2005 23:31:14 -0000      1.76
  +++ codestriker.conf  12 Jul 2005 10:12:01 -0000      1.77
  @@ -2,9 +2,12 @@
   # Configuration file for codestriker.pl.
   
   # Database to use for storing codestriker data.  Examples given are
  -# Oracle, SQL Server, PostgreSQL and MySQL.  Refer to the
  +# MySQL, Oracle, SQL Server, and PostgreSQL Refer to the
   # documentation on how to create the Codestriker database.
   
  +# Example of a MySQL database URL.
  +$db = 'DBI:mysql:dbname=codestrikerdb';
  +
   # Example of an oracle database URL.
   #$db = 'DBI:Oracle:host=127.0.0.1;sid=local';
   
  @@ -12,10 +15,7 @@
   #$db = 'DBI:ODBC:Codestriker';
   
   # Example of a PostgreSQL database URL using the native Pg driver.
  -$db = 'DBI:Pg:dbname=codestrikerdb';
  -
  -# Example of a MySQL database URL.
  -#$db = 'DBI:mysql:dbname=codestrikerdb';
  +#$db = 'DBI:Pg:dbname=codestrikerdb';
   
   # Database user.
   #$dbuser = 'system';
  
  
  


-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to