]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/services.yml
Use doctrine cache for tests
[github/wallabag/wallabag.git] / app / config / services.yml
1 # Learn more about services, parameters and containers at
2 # http://symfony.com/doc/current/book/service_container.html
3 parameters:
4 security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
5 security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
6 security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
7
8 services:
9 # used for tests
10 filesystem_cache:
11 class: Doctrine\Common\Cache\FilesystemCache
12 arguments:
13 - %kernel.cache_dir%/doctrine/metadata