mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
parent
d96abe2099
commit
992eebba3b
1 changed files with 1 additions and 0 deletions
|
|
@ -407,6 +407,7 @@ class RedisConfigForm extends ConfigForm
|
|||
|
||||
$redis2Host = $this->getValue('redis2_host');
|
||||
$redis2Port = $this->getValue('redis2_port');
|
||||
$redis2Password = $this->getValue('redis2_password');
|
||||
$redis2Section = $connectionConfig->getSection('redis2');
|
||||
if (! empty($redis2Host)) {
|
||||
$redis2Section['host'] = $redis2Host;
|
||||
|
|
|
|||
Loading…
Reference in a new issue