Browse Source

enable app store

master
parent
commit
dfe6adadf2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/config.php.j2

+ 2
- 2
templates/config.php.j2 View File

@@ -11,12 +11,12 @@ $CONFIG = array(
'logfile' => '/var/log/nextcloud/nextcloud.log',
'loglevel' => 2,
'logtimezone' => 'UTC',
'appstoreenabled' => false,
'appstoreenabled' => true,
'apps_paths' => array(
array(
'path'=> '{{nextcloud_directory}}/apps',
'url' => '/apps',
'writable' => false,
'writable' => true,
),
),
'upgrade.disable-web' => true,


Loading…
Cancel
Save