mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 08:37:26 +01:00
7 lines
185 B
INI
7 lines
185 B
INI
zend_extension=xdebug.so
|
|
|
|
[Xdebug]
|
|
xdebug.mode=${PHP_XDEBUG_MODE}
|
|
xdebug.client_port=${PHP_XDEBUG_CLIENT_PORT}
|
|
xdebug.client_host=${PHP_XDEBUG_CLIENT_HOST}
|
|
xdebug.start_with_request=yes |