FIX: cache_critical_dns was never caching pg replica (#7461)

* it's DISCOURSE_DB_REPLICA_HOST not DISCOURSE_DB_BACKUP_HOST
This commit is contained in:
Michael Brown 2019-04-29 20:42:51 -04:00 committed by Guo Xiang Tan
parent 4ea21fa2d0
commit 7b1783bae8

View File

@ -11,7 +11,7 @@ HOSTS_PATH = "/etc/hosts"
CRITICAL_HOST_ENV_VARS = %w{
DISCOURSE_DB_HOST
DISCOURSE_DB_BACKUP_HOST
DISCOURSE_DB_REPLICA_HOST
DISCOURSE_REDIS_HOST
DISCOURSE_REDIS_SLAVE_HOST
}