aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/config/services.yml
blob: d4485e4290b20c672afdae4e53477ade0ea67508 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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

services:
#    service_name:
#        class: AppBundle\Directory\ClassName
#        arguments: ["@another_service_name", "plain_value", "%parameter_name%"]