makedeb


nextcloud 22.1.1-1


A cloud server to store your files centrally on a hardware controlled by you

Viewing /nextcloud.config.php.

View raw.

Click here to go back to the Git tree for nextcloud.

<?php
$CONFIG = array (
'datadirectory' => '/var/lib/nextcloud/data',
'logfile' => '/var/log/nextcloud/nextcloud.log',
'apps_paths' => [
  [
    'path'=> '/usr/share/webapps/nextcloud/apps',
    'url' => '/apps',
    'writable' => false,
  ],
  [
    'path'=> '/var/lib/nextcloud/apps',
    'url' => '/wapps',
    'writable' => true,
  ],
],
);