mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:16:08 +08:00
DEV: Include DISCOURSE_REDIS_REPLICA_HOST in cache_critical_dns (#15877)
This is the replacement for DISCOURSE_REDIS_SLAVE_HOST
This commit is contained in:
parent
ae0625323a
commit
9e43f0303d
|
@ -15,6 +15,7 @@ CRITICAL_HOST_ENV_VARS = %w{
|
||||||
DISCOURSE_DB_REPLICA_HOST
|
DISCOURSE_DB_REPLICA_HOST
|
||||||
DISCOURSE_REDIS_HOST
|
DISCOURSE_REDIS_HOST
|
||||||
DISCOURSE_REDIS_SLAVE_HOST
|
DISCOURSE_REDIS_SLAVE_HOST
|
||||||
|
DISCOURSE_REDIS_REPLICA_HOST
|
||||||
}
|
}
|
||||||
|
|
||||||
def log(msg)
|
def log(msg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user