Merge pull request #391

This commit is contained in:
symfony-flex-server[bot]
2018-03-23 11:52:28 +00:00
committed by GitHub
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%/"
}
}