Mercurial > pub > Impl
annotate _test/sample.yaml @ 427:09e0086a82a7 ref20150831 tip
Merge
author | cin |
---|---|
date | Tue, 15 May 2018 00:51:33 +0300 |
parents | b0481c071bea |
children |
rev | line source |
---|---|
418 | 1 include: |
2 - secrets.yaml | |
3 - defaults.yaml | |
4 services: | |
421 | 5 - name: db |
419 | 6 $type: My::Db::Context |
421 | 7 - name: |
418 | 8 - auth |
9 - authz | |
10 - users-provider | |
11 - roles-provider | |
419 | 12 $type: My::LDAP::Adapter |
421 | 13 - name: security-provider |
419 | 14 $type: My::SecureCookies |
418 | 15 params: |
422
b0481c071bea
IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
421
diff
changeset
|
16 users: { $ref: users-provider } |
b0481c071bea
IMPL::Config::Container tests, YAMLConfiguration now works and tested
cin
parents:
421
diff
changeset
|
17 roles: { $ref: roles-provider } |
418 | 18 persistent: 0 |