annotate _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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
418
cin
parents:
diff changeset
1 include:
cin
parents:
diff changeset
2 - secrets.yaml
cin
parents:
diff changeset
3 - defaults.yaml
cin
parents:
diff changeset
4 services:
cin
parents:
diff changeset
5 - role: db
419
bbc4739c4d48 working on IMPL::Config::Container
cin
parents: 418
diff changeset
6 $type: My::Db::Context
418
cin
parents:
diff changeset
7 - role:
cin
parents:
diff changeset
8 - auth
cin
parents:
diff changeset
9 - authz
cin
parents:
diff changeset
10 - users-provider
cin
parents:
diff changeset
11 - roles-provider
419
bbc4739c4d48 working on IMPL::Config::Container
cin
parents: 418
diff changeset
12 $type: My::LDAP::Adapter
418
cin
parents:
diff changeset
13 - role: security-provider
419
bbc4739c4d48 working on IMPL::Config::Container
cin
parents: 418
diff changeset
14 $type: My::SecureCookies
418
cin
parents:
diff changeset
15 params:
cin
parents:
diff changeset
16 users:
cin
parents:
diff changeset
17 $ref: users-provider
cin
parents:
diff changeset
18 roles:
cin
parents:
diff changeset
19 $ref: roles-provider
cin
parents:
diff changeset
20 persistent: 0