Skip to content

Instantly share code, notes, and snippets.

@ruthgeridema
Last active October 15, 2018 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruthgeridema/ee0fda1565b706d99a64b645b587413f to your computer and use it in GitHub Desktop.
Save ruthgeridema/ee0fda1565b706d99a64b645b587413f to your computer and use it in GitHub Desktop.
.user.ini | Local development with the Hypernode Docker container (Linux)
xdebug.show_error_trace = 1
xdebug.remote_enable = 1
xdebug.remote_autostart =1
xdebug.remote_connect_back =1
xdebug.remote_host = 172.17.0.1
xdebug.remote_port = 9000
xdebug.scream = 0
xdebug.show_local_vars = 1
xdebug.idekey = PHPSTORM
xdebug.remote_addr_header = HTTP_X_REAL_IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment