Skip to content
Snippets Groups Projects
Commit 8ec2d6b3 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add more configuration information

parent e6165855
No related branches found
No related tags found
No related merge requests found
Pipeline #57902 passed
...@@ -43,6 +43,15 @@ dbp_relay_checkin: ...@@ -43,6 +43,15 @@ dbp_relay_checkin:
# campus_qr_token: '%env(CAMPUS_QR_TOKEN)%' # campus_qr_token: '%env(CAMPUS_QR_TOKEN)%'
``` ```
You also need to set an environment variable `MESSENGER_TRANSPORT_DSN` in your `.env` file or by any other means.
[Redis](https://redis.io/) is also the best way for this.
Example:
```dotenv
MESSENGER_TRANSPORT_DSN=redis://redis:6379/local-messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0&dbindex=0
```
For more info on bundle configuration see <https://symfony.com/doc/current/bundles/configuration.html>. For more info on bundle configuration see <https://symfony.com/doc/current/bundles/configuration.html>.
## Roles ## Roles
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment