mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
fix(db): Stop writing unused dbport to config at install time
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
daafccc8e6
commit
ef238b5602
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ abstract class AbstractDatabase {
|
|||
$this->config->setValues([
|
||||
'dbname' => $dbName,
|
||||
'dbhost' => $dbHost,
|
||||
'dbport' => $dbPort,
|
||||
'dbtableprefix' => $dbTablePrefix,
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue