Skip to content
Snippets Groups Projects
Commit b981bf76 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[BUGFIX] Syntax error in the default.rb

parent df4479ec
No related branches found
No related tags found
No related merge requests found
default['xdebug']['directives'] = {
:client_port => 9000,
:discover_client_host => 'true',
:idekey => 'vagrant'
:idekey => 'vagrant',
:max_nesting_level => 1500,
:mode => 'debug',
:remote_handler => 'dbgp',
:start_with_request => 'default',
:start_with_request => 'default'
}
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