Add doc about multi app dir in sample config
This commit is contained in:
parent
9ec68c819b
commit
dd98afc56c
|
@ -34,6 +34,17 @@ $CONFIG = array(
|
||||||
* in the admin apps menu.
|
* in the admin apps menu.
|
||||||
*/
|
*/
|
||||||
"writable_appsdir" => true,
|
"writable_appsdir" => true,
|
||||||
// "datadirectory" => ""
|
// "datadirectory" => "",
|
||||||
|
"apps_paths" => array(
|
||||||
|
|
||||||
|
/* Set an array of path for your apps directories
|
||||||
|
key 'path' is for the fs path an the key url is for the http path to your
|
||||||
|
applications paths
|
||||||
|
*/
|
||||||
|
array(
|
||||||
|
'path'=> '/var/www/owncloud/apps',
|
||||||
|
'url' => '/apps',
|
||||||
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue