1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

xdebug.discover_client_host=false

This commit is contained in:
Robin Appelman 2026-01-28 19:21:31 +01:00
commit d29b82f303

View file

@ -40,7 +40,7 @@ in
extraConfig = '' extraConfig = ''
xdebug.mode=debug,trace,profile xdebug.mode=debug,trace,profile
xdebug.start_with_request=trigger xdebug.start_with_request=trigger
xdebug.discover_client_host=true xdebug.discover_client_host=false
xdebug.client_host=hazehost xdebug.client_host=hazehost
xdebug.log_level=0 xdebug.log_level=0
xdebug.output_dir=/tmp/xdebug xdebug.output_dir=/tmp/xdebug