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

12 lines
288 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
encoders:
App\Entity\UserSystem\User:
algorithm: plaintext
2019-10-20 14:35:19 +02:00
firewalls:
# replace 'main' by the name of your own firewall
main:
http_basic: ~