diff --git a/config/config.sample.php b/config/config.sample.php index ec8c910a94fb..0ce0db3056a3 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -735,7 +735,7 @@ * ``OC::$SERVERROOT`` points to the web root of your instance. * Please see the Apps Management description on how to move custom apps properly. */ - 'apps_path' => +'apps_paths' => array ( 0 => array ( @@ -746,12 +746,11 @@ 1 => array ( 'path' => OC::$SERVERROOT.'/apps-external', - 'url' => '/apps--external', + 'url' => '/apps-external', 'writable' => 'true', ), ), - /** * Previews *