[pLog-svn] r6041 - plog/trunk/config

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 15 10:16:23 EST 2007


Author: jondaley
Date: 2007-11-15 10:16:23 -0500 (Thu, 15 Nov 2007)
New Revision: 6041

Modified:
   plog/trunk/config/config.properties.php
Log:
this ini flag was spelled incorrectly, so I think we don't really need it

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2007-11-15 15:00:15 UTC (rev 6040)
+++ plog/trunk/config/config.properties.php	2007-11-15 15:16:23 UTC (rev 6041)
@@ -26,10 +26,10 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config['db_host'] = '';
-$config['db_username'] = '';
-$config['db_password'] = '';
-$config['db_database'] = '';
+$config['db_host'] = 'localhost';
+$config['db_username'] = 'jondaley';
+$config['db_password'] = 'ploGG!y5';
+$config['db_database'] = 'lifetype_test';
 $config['db_driver'] = '';
 $config["db_persistent"] = true;
 $config['db_character_set'] = '';



More information about the pLog-svn mailing list