Guest User

Untitled

a guest
Oct 3rd, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Index: app/config/config.yml
  2. IDEA additional info:
  3. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  4. <+>UTF-8
  5. ===================================================================
  6. --- app/config/config.yml (date 1335352203000)
  7. +++ app/config/config.yml (revision )
  8. @@ -12,8 +12,8 @@
  9. csrf_protection: true
  10. validation: { enable_annotations: true }
  11. templating: { engines: ['twig'] } #assets_version: SomeVersionScheme
  12. - default_locale: %locale%
  13. session:
  14. + default_locale: %locale%
  15. auto_start: true
  16.  
  17. # Twig Configuration
  18. @@ -55,4 +55,3 @@
  19. host: %mailer_host%
  20. username: %mailer_user%
  21. password: %mailer_password%
  22. - spool: { type: memory }
  23. Index: app/config/security.yml
  24. IDEA additional info:
  25. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  26. <+>UTF-8
  27. ===================================================================
  28. --- app/config/security.yml (date 1335352203000)
  29. +++ app/config/security.yml (revision )
  30. @@ -12,10 +12,9 @@
  31.  
  32. providers:
  33. in_memory:
  34. - memory:
  35. - users:
  36. - user: { password: userpass, roles: [ 'ROLE_USER' ] }
  37. - admin: { password: adminpass, roles: [ 'ROLE_ADMIN' ] }
  38. + users:
  39. + user: { password: userpass, roles: [ 'ROLE_USER' ] }
  40. + admin: { password: adminpass, roles: [ 'ROLE_ADMIN' ] }
  41.  
  42. firewalls:
  43. dev:
  44. Index: app/AppKernel.php
  45. IDEA additional info:
  46. Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
  47. <+>UTF-8
  48. ===================================================================
  49. --- app/AppKernel.php (date 1335352203000)
  50. +++ app/AppKernel.php (revision )
  51. @@ -14,7 +14,7 @@
  52. new Symfony\Bundle\MonologBundle\MonologBundle(),
  53. new Symfony\Bundle\SwiftmailerBundle\SwiftmailerBundle(),
  54. new Symfony\Bundle\AsseticBundle\AsseticBundle(),
  55. - new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
  56. + new Symfony\Bundle\DoctrineBundle\DoctrineBundle(),
  57. new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
  58. new JMS\AopBundle\JMSAopBundle(),
  59. new JMS\DiExtraBundle\JMSDiExtraBundle($this),
Add Comment
Please, Sign In to add comment