forum/config/packages/web_profiler.yaml
sluppyy e1937c9e82
Some checks are pending
CI / Tests (push) Waiting to run
CI / Docker Lint (push) Waiting to run
init
2025-02-13 13:39:42 +03:00

18 lines
337 B
YAML

when@dev:
web_profiler:
toolbar: true
intercept_redirects: false
framework:
profiler:
only_exceptions: false
collect_serializer_data: true
when@test:
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }