diff --git a/README.md b/README.md index 7ef37f4e7307b8c0fe4799d74be0b847ca166771..e756da00f123bfba6e6a6bf5d3c183dfbd8d039a 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ dbp_relay_checkin: # 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>. ## Roles