2015-01-22 07:30:07 +00:00
|
|
|
# Learn more about services, parameters and containers at
|
|
|
|
# http://symfony.com/doc/current/book/service_container.html
|
|
|
|
parameters:
|
2015-02-08 20:47:36 +00:00
|
|
|
security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
|
|
|
|
security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
|
2015-02-17 20:03:23 +00:00
|
|
|
security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
|
2015-08-22 13:35:28 +00:00
|
|
|
lexik_form_filter.get_filter.doctrine_orm.class: Wallabag\CoreBundle\Event\Subscriber\CustomDoctrineORMSubscriber
|
2015-01-22 07:30:07 +00:00
|
|
|
|
|
|
|
services:
|
2015-03-27 18:46:36 +00:00
|
|
|
# used for tests
|
|
|
|
filesystem_cache:
|
|
|
|
class: Doctrine\Common\Cache\FilesystemCache
|
|
|
|
arguments:
|
|
|
|
- %kernel.cache_dir%/doctrine/metadata
|
2015-08-24 20:09:57 +00:00
|
|
|
|
|
|
|
twig.extension.text:
|
|
|
|
class: Twig_Extensions_Extension_Text
|
|
|
|
tags:
|
|
|
|
- { name: twig.extension }
|