19 lines
451 B
YAML
Executable File
19 lines
451 B
YAML
Executable File
when@dev:
|
|
web_profiler:
|
|
toolbar: true
|
|
intercept_redirects: false
|
|
excluded_ajax_paths: '^/((index|app(_[\w]+)?)\.php/)?(?!/kumora)(_(profiler|wdt)|css|images|js)/'
|
|
|
|
framework:
|
|
profiler:
|
|
only_exceptions: false
|
|
collect_serializer_data: true
|
|
|
|
when@test:
|
|
web_profiler:
|
|
toolbar: false
|
|
intercept_redirects: false
|
|
|
|
framework:
|
|
profiler: { collect: false }
|