]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/config/services.yml
Merge pull request #1095 from wallabag/v2-config
[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 # service_name:
10 # class: AppBundle\Directory\ClassName
11 # arguments: ["@another_service_name", "plain_value", "%parameter_name%"]