<?php
$CONFIG = array (
  // This value is overwritten by both the web and the cli installer.
  // However, the web installer uses it as the default value.
  'datadirectory' => '/var/lib/nextcloud/data',
  'logfile' => '/var/log/nextcloud/nextcloud.log',
  'apps_paths' =>
  array (
    0 =>
    array (
      'path'=> '/usr/share/nextcloud/apps',
      'url' => '/apps',
      'writable' => false,
    ),
  ),
  'updatechecker' => false,
  'appstoreenabled' => false,
  'upgrade.disable-web' => true,
);