Part-DB.Part-DB-server/config/packages/test/security.yaml

12 lines
356 B
YAML
Raw Normal View History

2019-10-20 14:35:19 +02:00
# config/packages/test/security.yaml
security:
# Disable password hashing during testing. This speeds up tests a lot
password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'plaintext'
2019-10-20 14:35:19 +02:00
firewalls:
# replace 'main' by the name of your own firewall
main:
entry_point: http_basic
2019-10-20 14:35:19 +02:00
http_basic: ~