mirror of
https://codeberg.org/icewind/nextcloud-config-parser.git
synced 2026-06-03 16:44:09 +02:00
better glob tests
This commit is contained in:
parent
d13783dbc1
commit
83eed10991
3 changed files with 29 additions and 1 deletions
|
|
@ -5,5 +5,7 @@ $CONFIG = [
|
|||
'redis' => [
|
||||
'host' => 'localhost'
|
||||
],
|
||||
'dbtype' => 'sqlite',
|
||||
'dbtype' => 'sqlite3',
|
||||
'dbname' => 'nextcloud',
|
||||
'datadirectory' => '/nc'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue