]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config packages debug yaml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:07:54 +0000 (12:07 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 11:07:54 +0000 (12:07 +0100)
Add debug config

config/packages/debug.yaml [new file with mode: 0644]

diff --git a/config/packages/debug.yaml b/config/packages/debug.yaml
new file mode 100644 (file)
index 0000000..ad874af
--- /dev/null
@@ -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)%"