use default database name if none is set in the config

This commit is contained in:
Robin Appelman 2021-08-11 13:44:39 +02:00
commit 0b6614c6e0
3 changed files with 27 additions and 7 deletions

View file

@ -0,0 +1,7 @@
<?php
$CONFIG = [
'overwrite.cli.url' => 'https://cloud.example.com',
'dbtype' => 'sqlite',
'datadirectory' => '/nc/data'
];