mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Try service name
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
a89136fcd3
commit
864aecd34f
1 changed files with 1 additions and 0 deletions
|
|
@ -133,6 +133,7 @@ class ConnectionFactory {
|
|||
// $additionalConnectionParams['dbname'] = '//' . $host . (!empty($port) ? ":{$port}" : "") . '/' . $dbName;
|
||||
// }
|
||||
// unset($additionalConnectionParams['host']);
|
||||
$additionalConnectionParams['servicename'] = 'XEPDB1';
|
||||
break;
|
||||
|
||||
case 'sqlite3':
|
||||
|
|
|
|||
Loading…
Reference in a new issue