mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +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
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ CRITICAL_HOST_ENV_VARS = %w{
|
|||
DISCOURSE_DB_REPLICA_HOST
|
||||
DISCOURSE_REDIS_HOST
|
||||
DISCOURSE_REDIS_SLAVE_HOST
|
||||
DISCOURSE_REDIS_REPLICA_HOST
|
||||
}
|
||||
|
||||
def log(msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue