- improved _auto-connections_ for _podded_ pilots, closed #752, closed #355, closed #259, closed #235

This commit is contained in:
Mark Friedrich
2019-04-19 16:31:36 +02:00
parent 51b3fd41f0
commit e0fb6f19f5
8 changed files with 145 additions and 87 deletions

View File

@@ -1376,7 +1376,6 @@ class Setup extends Controller {
ksort($requiredTables);
$this->databases[$dbAlias]['info'] = [
// 'db' => $db,
'label' => $dbLabel,
'host' => $dbConfigValues['SOCKET'] ? : $dbConfigValues['HOST'],
'port' => $dbConfigValues['PORT'] && !$dbConfigValues['SOCKET'] ? $dbConfigValues['PORT'] : '',