]> BookStack Code Mirror - bookstack/blob - dev/docker/php/conf.d/xdebug.ini
Vectors: Added command to regenerate for all
[bookstack] / dev / docker / php / conf.d / xdebug.ini
1 zend_extension=xdebug
2
3 [xdebug]
4 xdebug.mode=debug
5 xdebug.client_host=host.docker.internal
6 xdebug.start_with_request=yes
7 xdebug.client_port=9090