[pLog-svn] r5690 - plog/trunk/config
mark at devel.lifetype.net
mark at devel.lifetype.net
Thu Jul 19 14:56:36 EDT 2007
Author: mark
Date: 2007-07-19 14:56:36 -0400 (Thu, 19 Jul 2007)
New Revision: 5690
Modified:
plog/trunk/config/config.properties.php
Log:
Clean the config.properties.php again.
Maybe we should consider create a config sample -- config.properties.php.sample. And we just maintain the sample config in SVN instead our real config file. It will reduce the times that we check in the config.properties.php again and again.
Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php 2007-07-19 18:50:57 UTC (rev 5689)
+++ plog/trunk/config/config.properties.php 2007-07-19 18:56:36 UTC (rev 5690)
@@ -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