mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
14 lines
653 B
Plaintext
14 lines
653 B
Plaintext
<bg=yellow;fg=black> </>
|
|
<bg=yellow;fg=black> Using Doctrine's dbal in Enqueue </>
|
|
<bg=yellow;fg=black> </>
|
|
|
|
* Configure <comment>ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev</comment>
|
|
in your <comment>.env</comment> file.
|
|
|
|
* Or, to re-use the <comment>DATABASE_URL</comment> environment variable, edit
|
|
the <comment>config/packages/enqueue.yaml</comment> file and change to
|
|
<comment>transport: %env(resolve:DATABASE_URL)%</comment>.
|
|
|
|
* For the full options, see
|
|
<comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md</comment>
|