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 -1
View File
@@ -1,5 +1,5 @@
{
"env": {
"ENQUEUE_DSN": "gps:"
"PUBSUB_EMULATOR_HOST": "http://localhost:8900"
}
}
+11
View File
@@ -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>