Fixed the xdebug config.

pull/483/head
Ruslan Baidan 2023-03-09 11:29:37 +01:00
parent e1b371b0e4
commit 9749d7e7ef
1 changed files with 1 additions and 1 deletions

View File

@ -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"