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

8 lines
301 B
INI

# 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}