From 9fa0c190588eb6713d9b5363e96f0ba6c9bc15fb Mon Sep 17 00:00:00 2001 From: Chalom Date: Wed, 19 Jun 2024 19:26:49 -0300 Subject: [PATCH] Default off --- docker/php/php.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/php/php.ini b/docker/php/php.ini index 0a0fc95..17f7ced 100644 --- a/docker/php/php.ini +++ b/docker/php/php.ini @@ -9,4 +9,4 @@ xdebug.start_with_request = true xdebug.mode = off xdebug.output_dir=/var/www/html/storage/logs/ # Uncomment following line and rebuild containers to enable debug and profiling -xdebug.mode = debug,profile +# xdebug.mode = debug,profile