Advertisement
Guest User

Untitled

a guest
Aug 5th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ## Security Configuration
  2. security:
  3. encoders:
  4. Symfony\Component\Security\Core\User\User: plaintext
  5.  
  6. providers:
  7. main:
  8. users:
  9. johndoe: { password: admin, roles: ROLE_ADMIN }
  10.  
  11. firewalls:
  12. main:
  13. pattern: /.*
  14. http_basic: true
  15. logout: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement