Boot filesystems for a specified domain

This commit is contained in:
bertillon clement
2012-10-10 17:32:37 +02:00
parent 790652531f
commit 237055ef01
8 changed files with 252 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
imports:
- { resource: config.yml }
knp_gaufrette:
stream_wrapper: ~

View File

@@ -0,0 +1,9 @@
imports:
- { resource: config.yml }
knp_gaufrette:
stream_wrapper:
protocol: tada
filesystems:
pictures: cache
text: ftp

View File

@@ -0,0 +1,9 @@
imports:
- { resource: config.yml }
knp_gaufrette:
stream_wrapper:
protocol: tada
filesystems:
- cache
- ftp