mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Use the host' and
port' directives when using a zend adapter in DbTool
fixes #7781 fixes #7798
This commit is contained in:
parent
b2ba8e3576
commit
a288535347
@ -246,6 +246,8 @@ class DbTool
|
||||
|
||||
$config = array(
|
||||
'dbname' => $dbname,
|
||||
'host' => $this->config['host'],
|
||||
'port' => $this->config['port'],
|
||||
'username' => $this->config['username'],
|
||||
'password' => $this->config['password']
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user