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-01-22 07:30:07 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
# service_name:
|
|
|
|
# class: AppBundle\Directory\ClassName
|
|
|
|
# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
|