mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Tests - Docker - update Xdebug configuration
Required to fix problem "Connection with XDebug 2.5.1 was not established. Validate installation."
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
[xdebug]
|
[xdebug]
|
||||||
zend_extension='xdebug.so'
|
zend_extension=xdebug.so
|
||||||
|
|
||||||
xdebug.remote_enable=1
|
xdebug.remote_enable=1
|
||||||
xdebug.remote_connect_back=1
|
|
||||||
xdebug.idekey='PHPSTORM'
|
|
||||||
xdebug.remote_port=9001
|
xdebug.remote_port=9001
|
||||||
|
xdebug.remote_host=10.254.254.254
|
||||||
|
|||||||
Reference in New Issue
Block a user