discourse/app
Rafael dos Santos Silva 315a38e0e3 FEATURE: Allow running message_bus in a different redis instance (#7616)
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`
2019-05-28 15:52:43 +10:00
..
assets Revert "FEATURE: Send notification when member was accepted to group. (#7503)" 2019-05-27 15:19:59 -04:00
controllers FIX: ensure we can download maxmind without redis or db config 2019-05-28 10:28:57 +10:00
helpers Make `email_excerpt` method take an optional `post` param (#7570) 2019-05-20 10:04:23 +02:00
jobs FIX: Don't send replies to flags that are ignored by expiry 2019-05-27 17:24:36 -04:00
mailers Make `email_excerpt` method take an optional `post` param (#7570) 2019-05-20 10:04:23 +02:00
models FEATURE: Allow running message_bus in a different redis instance (#7616) 2019-05-28 15:52:43 +10:00
serializers FIX: Undefined method when serializing a user 2019-05-23 19:44:55 -06:00
services Migrate score settings to use sensitivities 2019-05-24 15:44:24 -04:00
views FEATURE: add OpenGraph data to /login page 2019-05-23 07:03:01 +05:30