view _test/sample.yaml @ 419:bbc4739c4d48 ref20150831

working on IMPL::Config::Container
author cin
date Sun, 29 Jan 2017 10:30:20 +0300
parents 3f38dabaf5cc
children 7798345304bc
line wrap: on
line source

include:
- secrets.yaml
- defaults.yaml
services:
- role: db
  $type: My::Db::Context
- role:
  - auth
  - authz
  - users-provider
  - roles-provider
  $type: My::LDAP::Adapter
- role: security-provider
  $type: My::SecureCookies
  params:
    users:
      $ref: users-provider
    roles:
      $ref: roles-provider
    persistent: 0