KnpGaufretteBundle/Tests/Functional/Resources/config/config.yml

31 lines
809 B
YAML
Raw Normal View History

knp_gaufrette:
2011-05-08 21:04:37 +00:00
adapters:
foo_local:
2011-05-08 21:04:37 +00:00
local:
directory: %kernel.root_dir%
create: true
foo_ftp:
ftp:
host: example.com
username: user
password: pass
directory: /example/ftp
create: true
mode: FTP_BINARY
foo_cache:
cache:
source: foo_ftp
cache: foo_local
ttl: 7200
2011-05-08 21:04:37 +00:00
filesystems:
foo:
adapter: foo_local
2011-05-08 21:04:37 +00:00
alias: foo_filesystem
cache:
adapter: foo_cache
alias: cache_filesystem
ftp:
adapter: foo_ftp
alias: ftp_filesystem