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:
David Taylor
2022-02-09 14:41:26 +00:00
committed by GitHub
parent ae0625323a
commit 9e43f0303d

View File

@ -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)