annotate _test/sample.yaml @ 421:7798345304bc ref20150831

working on IMPL::Config, removed old stuff
author cin
date Sun, 16 Jul 2017 22:59:39 +0300
parents bbc4739c4d48
children b0481c071bea
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:
421
7798345304bc working on IMPL::Config, removed old stuff
cin
parents: 419
diff changeset
5 - name: db
419
bbc4739c4d48 working on IMPL::Config::Container
cin
parents: 418
diff changeset
6 $type: My::Db::Context
421
7798345304bc working on IMPL::Config, removed old stuff
cin
parents: 419
diff changeset
7 - name:
418
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
421
7798345304bc working on IMPL::Config, removed old stuff
cin
parents: 419
diff changeset
13 - name: 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