diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index 98ea958..da2e00d 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -2,7 +2,7 @@ define( 'DB_NAME', 'WordPress' ); define( 'DB_USER', 'wpuser' ); -define( 'DB_PASSWORD', '9cL?at5gPB6Ejr&t' ); +define( 'DB_PASSWORD', '?aeB366Er81t9Fc4' ); define( 'DB_HOST', 'localhost' ); define('DOMAIN_CURRENT_SITE', 'qa.lawcarta.net');