Skip to content

Commit 9da7fc9

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #391
2 parents d335b2f + c6eaad1 commit 9da7fc9

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
debug:
2+
# Forwards VarDumper Data clones to a centralized server allowing to inspect dumps on CLI or in your browser.
3+
# See the "server:dump" command to start a new server.
4+
dump_destination: "tcp://%env(VAR_DUMPER_SERVER)%"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Symfony\\Bundle\\DebugBundle\\DebugBundle": ["dev", "test"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)