feat: add xdebug to dispatcher and sql
This commit is contained in:
8
resources/hydra-dispatcher/files/50_xdebug.ini
Normal file
8
resources/hydra-dispatcher/files/50_xdebug.ini
Normal file
@ -0,0 +1,8 @@
|
||||
# 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}
|
Reference in New Issue
Block a user