From 7297675809b2e1d43b796f23780c46cda4e71438 Mon Sep 17 00:00:00 2001 From: Mathias Bolt Lesniak Date: Thu, 21 Apr 2022 16:55:24 +0200 Subject: [PATCH] [BUGFIX] Disable XDebug by default (#440) Fixes #439 --- .ddev/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index e7f4a98..755c084 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -5,7 +5,7 @@ php_version: "7.4" webserver_type: nginx-fpm router_http_port: "8081" router_https_port: "4434" -xdebug_enabled: true +xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] mariadb_version: "10.5"