]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/config/services.yml
remove www. on entries view
[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
50243f0e
NL
15
16 twig.extension.text:
17 class: Twig_Extensions_Extension_Text
18 tags:
19 - { name: twig.extension }