mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-16 05:14:35 +02:00
12 lines
No EOL
288 B
YAML
12 lines
No EOL
288 B
YAML
# config/packages/test/security.yaml
|
|
security:
|
|
|
|
# Disable password hashing during testing. This speeds up tests a lot
|
|
encoders:
|
|
App\Entity\UserSystem\User:
|
|
algorithm: plaintext
|
|
|
|
firewalls:
|
|
# replace 'main' by the name of your own firewall
|
|
main:
|
|
http_basic: ~ |