mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-29 21:14:29 +02:00
12 lines
No EOL
356 B
YAML
12 lines
No EOL
356 B
YAML
# 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'
|
|
|
|
firewalls:
|
|
# replace 'main' by the name of your own firewall
|
|
main:
|
|
entry_point: http_basic
|
|
http_basic: ~ |