]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/services.yml
Merge pull request #1395 from wallabag/v2-fix-1378
[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
7d6c3edc 7 lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
93fd4692
NL
8
9services:
a05be8ab
J
10 # used for tests
11 filesystem_cache:
12 class: Doctrine\Common\Cache\FilesystemCache
13 arguments:
14 - %kernel.cache_dir%/doctrine/metadata