diff --git a/environments/qa/wp-config-local.php b/environments/qa/wp-config-local.php index 6339fa7..f740488 100644 --- a/environments/qa/wp-config-local.php +++ b/environments/qa/wp-config-local.php @@ -15,6 +15,12 @@ define('LAWCARTA_ENVIRONMENT_NAME', 'qa'); define('LC_ALLOW_COOKIE_POPUP', true); define('LC_GTM', 'GTM-KXTRR4Q'); + +define( 'WP_DEBUG', true); +define( 'SCRIPT_DEBUG', true); +define( 'WP_DEBUG_LOG', true); + + $_SERVER['HTTPS'] = 'On'; //S3 uploads settings