diff _test/sample.yaml @ 418:3f38dabaf5cc ref20150831

sync
author cin
date Mon, 28 Dec 2015 15:11:35 +0300
parents
children bbc4739c4d48
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/_test/sample.yaml	Mon Dec 28 15:11:35 2015 +0300
@@ -0,0 +1,20 @@
+include:
+- secrets.yaml
+- defaults.yaml
+services:
+- role: db
+  type: My::Db::Context
+- role:
+  - auth
+  - authz
+  - users-provider
+  - roles-provider
+  type: My::LDAP::Adapter
+- role: security-provider
+  type: My::SecureCookies
+  params:
+    users:
+      $ref: users-provider
+    roles:
+      $ref: roles-provider
+    persistent: 0
\ No newline at end of file