mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
provide a defealt, empty, filesystem configuration to suppress some errors
This commit is contained in:
parent
5162809c8a
commit
ec7c069653
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ $CONFIG_ENABLEBACKUP=false;
|
|||
$CONFIG_DATEFORMAT='j M Y G:i';
|
||||
$CONFIG_DBNAME='owncloud';
|
||||
$CONFIG_DBTYPE='sqlite';
|
||||
$CONFIG_FILESYSTEM=array();
|
||||
|
||||
// include the generated configfile
|
||||
@include_once($SERVERROOT.'/config/config.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue