[DebugBundle] Enable the VarDumper server dumper by default on dev

This commit is contained in:
Maxime Steinhausser
2018-03-23 12:26:38 +01:00
parent d335b2fdd8
commit c6eaad145a
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,4 @@
debug:
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
# See the "server:dump" command to start a new server.
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
+8
View File
@@ -0,0 +1,8 @@
{
"bundles": {
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}