Remove headers from post install files

This commit is contained in:
Fabien Potencier
2021-08-30 13:06:45 +02:00
parent 735c465d36
commit 889e11a95e
137 changed files with 1 additions and 503 deletions
-4
View File
@@ -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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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
-4
View File
@@ -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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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.
-4
View 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&region=aRegion</comment>
in your <comment>.env</comment> file.
-4
View 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.
-4
View 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.