mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-22 04:46:23 +03:00
Don't re-add the ENQUEUE_DSN from the bundle - just suggest
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"env": {
|
||||
"ENQUEUE_DSN": "gps:"
|
||||
"PUBSUB_EMULATOR_HOST": "http://localhost:8900"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user