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