diff options
Diffstat (limited to 'srcs/wordpress/wp-config.php')
| -rw-r--r-- | srcs/wordpress/wp-config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/srcs/wordpress/wp-config.php b/srcs/wordpress/wp-config.php index d15cf83..2c45c2d 100644 --- a/srcs/wordpress/wp-config.php +++ b/srcs/wordpress/wp-config.php @@ -20,13 +20,13 @@ // ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
-define( 'DB_NAME', 'testdb' );
+define( 'DB_NAME', 'wordpressdb' );
/** MySQL database username */
define( 'DB_USER', 'wordpressuser' );
/** MySQL database password */
-define( 'DB_PASSWORD', 'password' );
+define( 'DB_PASSWORD', 'wordpresspass' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
|
