X-Git-Url: https://git.rapsys.eu/.gitweb.cgi/blog/blobdiff_plain/70a17230387c8d520fba99429e595238456bcc39..5da8ae47a099fd021957d9d129be03e5c91759db:/config/packages/debug.yaml diff --git a/config/packages/debug.yaml b/config/packages/debug.yaml new file mode 100644 index 0000000..ad874af --- /dev/null +++ b/config/packages/debug.yaml @@ -0,0 +1,5 @@ +when@dev: + 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)%"