From 089a000002647df0fef1b4c06b4eae8793c5dee2 Mon Sep 17 00:00:00 2001 From: atsaruk Date: Wed, 21 Feb 2024 14:27:44 +0100 Subject: [PATCH] debug qa --- environments/qa/wp-config-local.php | 6 ++++++ 1 file changed, 6 insertions(+) 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