Using Doctrine's dbal in Enqueue * Configure ENQUEUE_DSN=mysql://user:pass@localhost:3306/mqdev in your .env file. * Or, to re-use the DATABASE_URL environment variable, edit the config/packages/enqueue.yaml file and change to transport: %env(resolve:DATABASE_URL)%. * For the full options, see https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/dbal.md