mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 04:28:29 -05:00
Adds `DISCOURSE_MESSAGE_BUS_REDIS_ENABLED` env var, that when set to true, will allow Discourse to connect to a different redis instance for MessageBus needs. When enabled you can configure the same env vars user for redis, but prefixed by `MESSAGE_BUS`, eg: `DISCOURSE_MESSAGE_BUS_REDIS_HOST`