mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-04 06:46:29 +00:00
11 lines
644 B
YAML
11 lines
644 B
YAML
# Learn more about services, parameters and containers at
|
|
# http://symfony.com/doc/current/book/service_container.html
|
|
parameters:
|
|
security.authentication.provider.dao.class: Wallabag\CoreBundle\Security\Authentication\Provider\WallabagAuthenticationProvider
|
|
security.encoder.digest.class: Wallabag\CoreBundle\Security\Authentication\Encoder\WallabagPasswordEncoder
|
|
security.validator.user_password.class: Wallabag\CoreBundle\Security\Validator\WallabagUserPasswordValidator
|
|
|
|
services:
|
|
# service_name:
|
|
# class: AppBundle\Directory\ClassName
|
|
# arguments: ["@another_service_name", "plain_value", "%parameter_name%"]
|