From 9749d7e7ef91a3c8971ec56087a1cf283285e12f Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Thu, 9 Mar 2023 11:29:37 +0100 Subject: [PATCH] Fixed the xdebug config. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index ab56084..e372098 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -119,7 +119,7 @@ echo -e "\n--- Configuring Xdebug for development ---\n" sudo bash -c "cat << EOF > $XDEBUG_CFG zend_extension=xdebug.so xdebug.mode=debug -xdebug.xdebug.discover_client_host=1 +xdebug.discover_client_host=1 xdebug.idekey=IDEKEY EOF"