mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue