Guest User

Untitled

a guest
Sep 5th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. imports:
  2. - { resource: config.yml }
  3.  
  4. framework:
  5. router: { resource: "%kernel.root_dir%/config/routing_dev.yml" }
  6. profiler: { only_exceptions: false }
  7.  
  8. doctrine:
  9. dbal:
  10. connections:
  11. default:
  12. dbname: netosiguranje
  13. user: root
  14. password: ~
  15.  
  16. web_profiler:
  17. toolbar: true
  18. intercept_redirects: false
  19.  
  20. zend:
  21. logger:
  22. priority: debug
  23. path: %kernel.logs_dir%/%kernel.environment%.log
  24.  
  25. assetic:
  26. use_controller: true
Add Comment
Please, Sign In to add comment