Skip to content
Snippets Groups Projects
Commit 6c8a427c authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/drush#5 Set env variable for latest drush launcher to allow xdebug

parent 9e141764
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ services:
PHP_XDEBUG_REMOTE_HOST: {{ docker0.ip }}
PHP_IDE_CONFIG: serverName=Docker
PHP_XDEBUG_REMOTE_CONNECT_BACK: 1
DRUSH_ALLOW_XDEBUG: 1
{% if webgrind.enable %}
PHP_XDEBUG_PROFILER_ENABLE: 1
PHP_XDEBUG_PROFILER_ENABLE_TRIGGER: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment