11 lines
262 B
INI
11 lines
262 B
INI
zend_extension=xdebug
|
|
|
|
[xdebug]
|
|
xdebug.mode=debug
|
|
xdebug.discover_client_host=1
|
|
xdebug.client_host=host.docker.internal; do not touch
|
|
xdebug.start_with_request=yes
|
|
xdebug.client_port=9003
|
|
xdebug.idekey="PHPSTORM"
|
|
xdebug.log=/var/www/html/storage/logs/xdebug.log
|