This repository has been archived on 2024-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
nextcloud-cloudlorean/config-files/apps.config.php
2023-01-17 20:53:16 +01:00

16 lines
377 B
PHP

<?php
$CONFIG = array (
'apps_paths' => array (
0 => array (
'path' => OC::$SERVERROOT.'/apps',
'url' => '/apps',
'writable' => false,
),
1 => array (
'path' => OC::$SERVERROOT.'/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
);