Last active
February 4, 2020 12:32
-
-
Save frak/1ce4ac756edf3a2e4bf75ef08995758d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zend_extension=xdebug.so | |
xdebug.remote_enable=1 | |
xdebug.remote_autostart=1 | |
xdebug.remote_connect_back=0 | |
xdebug.remote_host=192.168.10.254 | |
xdebug.idekey=phpstorm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment