Skip to content

Commit 3397d0b

Browse files
committed
fix doc
1 parent 3d56f6d commit 3397d0b

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,12 @@ Here's an example of what your EnqueueBundle configuration may look like:
6161
```yaml
6262
enqueue:
6363
transport:
64-
default: 'amqp'
65-
amqp:
66-
host: '%rabbitmq_host%'
67-
port: '%rabbitmq_port%'
68-
login: '%rabbitmq_user%'
69-
password: '%rabbitmq_password%'
70-
vhost: '%rabbitmq_vhost%'
64+
default: 'fs'
65+
fs:
66+
store_dir: %kernel.root_dir%/../var/messages
7167
```
7268
69+
Sure you can configure other transports like: [rabbitmq, amqp, stomp and so on](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/bundle/config_reference.md)
7370
Create a `fos_elastica.populate` queue on broker side, if needed.
7471

7572
## Usage

0 commit comments

Comments
 (0)