conf_server/default_configuration/nextcloud/custom.config.php

5 lines
114 B
PHP
Raw Normal View History

2023-01-11 01:03:34 +01:00
<?php
$CONFIG = array (
'datadirectory' => ((php_sapi_name() == 'cli') ? '/var/www' : '') . '/nextcloud/data',
);