mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
7 lines
184 B
INI
7 lines
184 B
INI
[xdebug]
|
|
xdebug.mode = debug
|
|
xdebug.start_with_request = yes
|
|
xdebug.client_host = host.docker.internal
|
|
xdebug.client_port = 9003
|
|
xdebug.log = /tmp/xdebug.log
|
|
xdebug.idekey = "PHPSTORM" |