sso-kustom/components/hydra-sql/files/50_xdebug.ini

8 lines
301 B
INI
Raw Normal View History

2024-10-04 15:52:04 +02:00
# Prevent execution timeout due to the large amount of data to process during profling sessions
max_execution_time=300
# Extension
zend_extension=xdebug.so
# Xdebug configuration
xdebug.mode=${XDEBUG_MODE}
xdebug.client_host=${XDEBUG_CLIENT_HOST}
xdebug.start_with_request=${XDEBUG_START_WITH_REQUEST}