mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
16 lines
282 B
YAML
16 lines
282 B
YAML
when@dev:
|
|
web_profiler:
|
|
toolbar: true
|
|
|
|
framework:
|
|
profiler:
|
|
collect: true
|
|
excluded_paths:
|
|
- '^/\.well-known/'
|
|
- '^/favicon\.ico$'
|
|
|
|
when@test:
|
|
framework:
|
|
profiler:
|
|
collect: false
|