This commit is contained in:
Mikko Tarvainen 2011-10-11 15:29:12 +03:00
parent 13b828c2d8
commit 68682f6250

View File

@ -260,5 +260,25 @@ services:
arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%] arguments: [@acme_test.mongodb, %acme_test.gridfs.prefix%]
``` ```
## MogileFS (mogilefs)
Allows you to use a mogilefs as an adapter.
### Parameters
* `domain` MogileFS domain
* `hosts` Available trackers
### Example
``` yaml
# app/config/config.yml
knp_gaufrette:
adapters:
foo:
mogilefs:
domain: foobar
hosts: ["192.168.0.1:7001", "192.168.0.2:7001"]
```
[gaufrette-homepage]: https://github.com/knplabs/Gaufrette [gaufrette-homepage]: https://github.com/knplabs/Gaufrette