Init repo
This commit is contained in:
4
default_configuration/nextcloud/custom.config.php
Normal file
4
default_configuration/nextcloud/custom.config.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
'datadirectory' => ((php_sapi_name() == 'cli') ? '/var/www' : '') . '/nextcloud/data',
|
||||
);
|
||||
Reference in New Issue
Block a user