mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Don't re-add the ENQUEUE_DSN from the bundle - just suggest
This commit is contained in:
@@ -1,5 +1 @@
|
||||
{
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "mongodb:"
|
||||
}
|
||||
}
|
||||
{}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using MongoDB in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=mongodb://localhost:27017/db_name</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
* For the full options, see
|
||||
<comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/mongodb.md</comment>
|
||||
Reference in New Issue
Block a user