[pLog-svn] r4964 - plog/branches/lifetype-1.3-postgres/config
oscar at devel.lifetype.net
oscar at devel.lifetype.net
Sat Mar 3 19:04:33 EST 2007
Author: oscar
Date: 2007-03-03 19:04:33 -0500 (Sat, 03 Mar 2007)
New Revision: 4964
Modified:
plog/branches/lifetype-1.3-postgres/config/config.properties.php
Log:
default configuration file, it should also include the 'db_driver' parameter
Modified: plog/branches/lifetype-1.3-postgres/config/config.properties.php
===================================================================
--- plog/branches/lifetype-1.3-postgres/config/config.properties.php 2007-03-04 00:03:15 UTC (rev 4963)
+++ plog/branches/lifetype-1.3-postgres/config/config.properties.php 2007-03-04 00:04:33 UTC (rev 4964)
@@ -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'] = '';
-$config['db_username'] = '';
-$config['db_password'] = '';
-$config['db_database'] = '';
+$config['db_host'] = 'localhost';
+$config['db_username'] = 'lifetype';
+$config['db_password'] = 'lifetype';
+$config['db_database'] = 'trunk5';
$config["db_persistent"] = true;
-$config['db_character_set'] = 'latin1';
+$config['db_character_set'] = 'default';
#
# the database prefix will be appended to the name of each database tables in case you want
@@ -40,5 +40,5 @@
# 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'] = '';
+$config['db_prefix'] = 'lt_';
?>
\ No newline at end of file
More information about the pLog-svn
mailing list