diff --git a/root/defaults/config.php b/root/defaults/config.php index db32f41..45ed83c 100644 --- a/root/defaults/config.php +++ b/root/defaults/config.php @@ -1,18 +1,21 @@ '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\Memcached', 'datadirectory' => '/data', - 'apps_paths' => [ - 0 => [ + 'apps_paths' => + array ( + 0 => + array ( 'path' => '/app/www/public/apps', 'url' => '/apps', 'writable' => false, - ], - 1 => [ + ), + 1 => + array ( 'path' => '/app/www/public/custom_apps', 'url' => '/custom_apps', 'writable' => true, - ], - ], -]; + ), + ), +);