mirror of
https://github.com/symfony/recipes.git
synced 2026-09-17 01:56:26 +03:00
[DebugBundle] Enable the VarDumper server dumper by default on dev
This commit is contained in:
@@ -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)%"
|
||||
Reference in New Issue
Block a user