Don't re-add the ENQUEUE_DSN from the bundle - just suggest

This commit is contained in:
Ryan Weaver
2019-01-08 13:43:16 -05:00
parent 6a53d942f1
commit 4473b8fd74
41 changed files with 168 additions and 113 deletions
+1 -5
View File
@@ -1,5 +1 @@
{
"env": {
"ENQUEUE_DSN": "mongodb:"
}
}
{}
+9
View File
@@ -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>