security.yaml 184 B

123456
  1. # override in api/config/packages/test/security.yaml for test env
  2. # improve the test suite speed
  3. security:
  4. password_hashers:
  5. App\Entity\Person\Person:
  6. algorithm: plaintext