view _test/sample.yaml @ 422:b0481c071bea ref20150831

IMPL::Config::Container tests, YAMLConfiguration now works and tested
author cin
date Sun, 20 Aug 2017 00:20:41 +0300
parents 7798345304bc
children
line wrap: on
line source

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