aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/wordpress')
-rw-r--r--srcs/wordpress/wp-config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/wordpress/wp-config.php b/srcs/wordpress/wp-config.php
index 2f2d89c..d15cf83 100644
--- a/srcs/wordpress/wp-config.php
+++ b/srcs/wordpress/wp-config.php
@@ -26,7 +26,7 @@ define( 'DB_NAME', 'testdb' );
define( 'DB_USER', 'wordpressuser' );
/** MySQL database password */
-define( 'DB_PASSWORD', '' );
+define( 'DB_PASSWORD', 'password' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );