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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Jun 7 18:32:04 GMT 2005


Author: jondaley
Date: 2005-06-07 18:32:03 +0000 (Tue, 07 Jun 2005)
New Revision: 2178

Modified:
   plog/trunk/config/config.properties.php
Log:
removed login info and fixed comment

Modified: plog/trunk/config/config.properties.php
===================================================================
--- plog/trunk/config/config.properties.php	2005-06-06 21:37:24 UTC (rev 2177)
+++ plog/trunk/config/config.properties.php	2005-06-07 18:32:03 UTC (rev 2178)
@@ -2,16 +2,16 @@
 #
 # database settings
 #
-$config["db_host"] = "localhost";
-$config["db_username"] = "root";
-$config["db_password"] = "oL24Bg93";
-$config["db_database"] = "pLog";
+$config["db_host"] = "";
+$config["db_username"] = "";
+$config["db_password"] = "";
+$config["db_database"] = "";
 #
-# the database prefix will be appended to the name of each database tables in case you want
+# the database prefix will be prefixed to the name of each database tables in case you want
 # to have more than one version of plog running at the same time, such as the stable and
 # unstable one for testing. Each one could use a different prefix and therefore they could
 # 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"] = "plog_";
+$config["db_prefix"] = "";
 ?>
\ No newline at end of file




More information about the pLog-svn mailing list