0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-02-19 02:53:57 +00:00
BookStackApp_BookStack/dev/docker/php/conf.d/xdebug.ini

7 lines
143 B
INI
Raw Normal View History

zend_extension=xdebug
[xdebug]
xdebug.mode=debug
xdebug.client_host=host.docker.internal
xdebug.start_with_request=yes
xdebug.client_port=9090