mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 01:56:28 +03:00
Remove headers from post install files
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using amqp-bunny in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=amqp+bunny://guest:guest@localhost:5672/%2f</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using amqp-ext in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=amqp://user:pass@example.com:10000/%2f</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using amqp-ext in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=amqp+ext://user:pass@example.com:10000/%2f</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using amqp-lib in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=amqp+lib://user:pass@example.com:10000/%2f</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<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.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using fs (filesystem) in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=file://%kernel.project_dir%/var/queue</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Gearman in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=gearman://example:5555</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<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
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using MongoDB in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=mongodb://localhost:27017/db_name</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Beanstalk (Pheanstalk) in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=beanstalk://example:5555</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Kafka in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=rdkafka://</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Kafka in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=kafka://</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Redis in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=redis://example.com:1000</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Amazon SQS in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=sqs:?key=aKey&secret=aSecret®ion=aRegion</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using STOMP in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=stomp://example.com:1000?login=theLogin</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<bg=yellow;fg=black> </>
|
||||
<bg=yellow;fg=black> Using Web Application Messaging Protocol (WAMP) in Enqueue </>
|
||||
<bg=yellow;fg=black> </>
|
||||
|
||||
* Configure <comment>ENQUEUE_DSN=wamp://127.0.0.1:9090</comment>
|
||||
in your <comment>.env</comment> file.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user