summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-config-sample.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-22 08:23:02 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-08-22 08:23:02 +0000
commit08802ed3207561f7bc75a773462debe382ac8439 (patch)
tree9869e132e25c797609ca6ff1d62bb171ab0f6d81 /wp-inst/wp-config-sample.php
parent7ffb527c725a65f679c5072fc1c14ab162e6e004 (diff)
downloadwordpress-mu-08802ed3207561f7bc75a773462debe382ac8439.tar.gz
wordpress-mu-08802ed3207561f7bc75a773462debe382ac8439.tar.xz
wordpress-mu-08802ed3207561f7bc75a773462debe382ac8439.zip
Massive merge from WP SVN
Added some options back in. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@205 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-config-sample.php')
-rw-r--r--wp-inst/wp-config-sample.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/wp-inst/wp-config-sample.php b/wp-inst/wp-config-sample.php
index 35968d0..d856deb 100644
--- a/wp-inst/wp-config-sample.php
+++ b/wp-inst/wp-config-sample.php
@@ -1,9 +1,9 @@
<?php
// ** MySQL settings ** //
-define('DB_NAME', 'wordpress'); // The name of the database
+define('DB_NAME', 'wordpress'); // The name of the database
define('DB_USER', 'username'); // Your MySQL username
define('DB_PASSWORD', 'password'); // ...and password
-define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
+define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('VHOST', 'VHOSTSETTING');