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

mark at devel.lifetype.net mark at devel.lifetype.net
Mon Oct 8 04:01:16 EDT 2007


Author: mark
Date: 2007-10-08 04:01:16 -0400 (Mon, 08 Oct 2007)
New Revision: 5977

Modified:
   plog/trunk/config/config.properties.php
Log:
Clean up the config.properties.php

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2007-10-08 07:55:43 UTC (rev 5976)
+++ plog/trunk/config/config.properties.php	2007-10-08 08:01:16 UTC (rev 5977)
@@ -26,13 +26,13 @@
 #   (note, if upgrading between minor releases:
 #   1.0 to 1.0.1, etc. you shouldn't run the wizard)
 
-$config['db_host'] = 'localhost';
-$config['db_username'] = 'root';
+$config['db_host'] = '';
+$config['db_username'] = '';
 $config['db_password'] = '';
-$config['db_database'] = 'lt_utf8';
-$config['db_driver'] = 'mysql';
+$config['db_database'] = '';
+$config['db_driver'] = '';
 $config["db_persistent"] = true;
-$config['db_character_set'] = 'utf8';
+$config['db_character_set'] = '';
 
 #
 # the database prefix will be appended to the name of each database tables in case you want
@@ -41,7 +41,7 @@
 # coexist in the same unique database. If you change this after the initial configuration done
 # with the installation wizard, please make sure that you also rename the tables.
 #
-$config['db_prefix'] = 'lt_';
+$config['db_prefix'] = '';
 
 #
 # This array is used to pass driver-specific parameters. Currently the only supported



More information about the pLog-svn mailing list