fix: staging deployment configuration and redis secrets handling
This commit is contained in:
@@ -112,7 +112,7 @@ final class RedisConnection implements RedisConnectionInterface
|
||||
$this->connected = false;
|
||||
|
||||
throw new RedisConnectionException(
|
||||
"Failed to connect to Redis ({$this->name}): " . $e->getMessage() . " with Host: {$this->config->host} and Password: {$this->config->password}",
|
||||
"Failed to connect to Redis ({$this->name}): " . $e->getMessage() . " with Host: {$this->config->host} and Password: {$this->config->password} should be {$_ENV['REDIS_HOST']} and {$_ENV['REDIS_PASSWORD']}",
|
||||
previous: $e
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user