Guest User

Untitled

a guest
Mar 6th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # Doctrine Configuration
  2. doctrine:
  3. dbal:
  4. driver: %database_driver%
  5. host: %database_host%
  6. port: %database_port%
  7. dbname: %database_name%
  8. user: %database_user%
  9. password: %database_password%
  10. charset: UTF8
  11.  
  12. orm:
  13. auto_generate_proxy_classes: %kernel.debug%
  14. # auto_mapping: true <--- esto lo comento ?
  15. mappings:
  16. StofDoctrineExtensionsBundle: ~
  17.  
  18. # DoctrineExtensions Configuration
  19. stof_doctrine_extensions:
  20. default_locale: es_ES
  21. orm:
  22. default:
  23. timestampable: true
Add Comment
Please, Sign In to add comment