mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
parent
4ea21fa2d0
commit
7b1783bae8
@ -11,7 +11,7 @@ HOSTS_PATH = "/etc/hosts"
|
|||||||
|
|
||||||
CRITICAL_HOST_ENV_VARS = %w{
|
CRITICAL_HOST_ENV_VARS = %w{
|
||||||
DISCOURSE_DB_HOST
|
DISCOURSE_DB_HOST
|
||||||
DISCOURSE_DB_BACKUP_HOST
|
DISCOURSE_DB_REPLICA_HOST
|
||||||
DISCOURSE_REDIS_HOST
|
DISCOURSE_REDIS_HOST
|
||||||
DISCOURSE_REDIS_SLAVE_HOST
|
DISCOURSE_REDIS_SLAVE_HOST
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user