- improved _auto-connections_ for _podded_ pilots, closed #752, closed #355, closed #259, closed #235
This commit is contained in:
@@ -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'] : '',
|
||||
|
||||
Reference in New Issue
Block a user