Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38385f
)
Readd config packages debug yaml file
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 11:07:54 +0000
(12:07 +0100)
committer
Raphaë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]
patch
|
blob
diff --git a/config/packages/debug.yaml
b/config/packages/debug.yaml
new file mode 100644
(file)
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)%"