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