From 3d97749ab949f9829d1136bbc19c8a7cd56e9ab4 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 21 Oct 2024 20:06:01 +0200 Subject: [PATCH] enabling for testing --- .cfconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cfconfig.json b/.cfconfig.json index 36b55af5b..93adf5eee 100644 --- a/.cfconfig.json +++ b/.cfconfig.json @@ -1,7 +1,7 @@ { "adminPassword" : "coldbox", "ajaxDebugWindowEnabled": false, - "debuggingEnabled": false, + "debuggingEnabled": true, "debuggingReportExecutionTimes": false, "debuggingShowDatabase" : true, "inspectTemplate":"once",