annotate _test/sample.yaml @ 426:eed50c01e758 ref20150831

Split off the core module, added Dist-Zilla config
author cin
date Tue, 15 May 2018 00:51:01 +0300
parents b0481c071bea
children
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:
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
cin
parents:
diff changeset
18 persistent: 0