From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 11:07:54 +0000 (+0100) Subject: Readd config packages debug yaml file X-Git-Tag: 0.1.0~28 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/275aac2e324e955dd35e47c10a407850f3ed1020 Readd config packages debug yaml file Add debug config --- 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)%"