diff _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 diff
--- a/_test/sample.yaml	Mon Dec 28 15:11:35 2015 +0300
+++ b/_test/sample.yaml	Sun Jan 29 10:30:20 2017 +0300
@@ -3,15 +3,15 @@
 - defaults.yaml
 services:
 - role: db
-  type: My::Db::Context
+  $type: My::Db::Context
 - role:
   - auth
   - authz
   - users-provider
   - roles-provider
-  type: My::LDAP::Adapter
+  $type: My::LDAP::Adapter
 - role: security-provider
-  type: My::SecureCookies
+  $type: My::SecureCookies
   params:
     users:
       $ref: users-provider