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

mark at devel.lifetype.net mark at devel.lifetype.net
Sat Mar 15 07:52:46 EDT 2008


Author: mark
Date: 2008-03-15 07:52:45 -0400 (Sat, 15 Mar 2008)
New Revision: 6239

Modified:
   plog/trunk/config/config.properties.php
Log:
I think you don't need my config file.

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2008-03-15 11:50:33 UTC (rev 6238)
+++ plog/trunk/config/config.properties.php	2008-03-15 11:52:45 UTC (rev 6239)
@@ -26,12 +26,12 @@
 #   (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'] = 'lifetype20';
+$config['db_database'] = '';
 $config['db_driver'] = '';
-$config["db_persistent"] = true;
+$config["db_persistent"] = false;
 $config['db_character_set'] = '';
 
 #
@@ -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
@@ -50,5 +50,5 @@
 # languages such as Chinese or Japanese. In all other cases, you probably want to enable
 # this for performance reasons (searches are lot faster if using the FULLTEXT indexes)
 #
-$config["db_options"] = Array( "enable_mysql_fulltext_search" => true );
+$config["db_options"] = Array( "enable_mysql_fulltext_search" => false );
 ?>
\ No newline at end of file



More information about the pLog-svn mailing list