Skip to content
Snippets Groups Projects
Commit f3150530 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Add default xdebug directives

parent b20a5b7b
No related branches found
No related tags found
No related merge requests found
default['xdebug']['directives'] = {}
default['xdebug']['directives'] = {
:remote_enable => 1,
:remote_connect_back => 1,
:remote_port => 9000,
:remote_handler => 'dbgp',
:profiler_enable => 0,
: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