Guest User

Untitled

a guest
Aug 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. imports:
  2. - { resource: config.yml }
  3.  
  4. web.config:
  5. router: { resource: "%kernel.root_dir%/config/routing_dev.yml" }
  6. profiler: { only_exceptions: false }
  7.  
  8. webprofiler.config:
  9. toolbar: true
  10. intercept_redirects: true
  11.  
  12. zend.logger:
  13. priority: debug
  14. path: %kernel.root_dir%/logs/%kernel.environment%.log
Add Comment
Please, Sign In to add comment