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"