You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
337 B

2 months ago
  1. when@dev:
  2. web_profiler:
  3. toolbar: true
  4. intercept_redirects: false
  5. framework:
  6. profiler:
  7. only_exceptions: false
  8. collect_serializer_data: true
  9. when@test:
  10. web_profiler:
  11. toolbar: false
  12. intercept_redirects: false
  13. framework:
  14. profiler: { collect: false }