mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 08:34:13 +02:00
use default database name if none is set in the config
This commit is contained in:
parent
4b8c9530fb
commit
0b6614c6e0
3 changed files with 27 additions and 7 deletions
7
tests/configs/sqlite_default_db.php
Normal file
7
tests/configs/sqlite_default_db.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
$CONFIG = [
|
||||
'overwrite.cli.url' => 'https://cloud.example.com',
|
||||
'dbtype' => 'sqlite',
|
||||
'datadirectory' => '/nc/data'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue