forked from mirror/Part-DB.Part-DB-server
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: ~ |