mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
12 lines
508 B
Plaintext
12 lines
508 B
Plaintext
<bg=yellow;fg=black> </>
|
|
<bg=yellow;fg=black> Using Google Pub Sub in Enqueue </>
|
|
<bg=yellow;fg=black> </>
|
|
|
|
* Configure <comment>ENQUEUE_DSN=gps:</comment> in your <comment>.env</comment> file.
|
|
|
|
* Also configure the <comment>PUBSUB_EMULATOR_HOST</comment> environment
|
|
variable in <comment>.env</comment>.
|
|
|
|
* For the full options, see
|
|
<comment>https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/gps.md</comment>
|