1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-06-26 00:59:01 +02:00
docker-nextcloud/28/fpm/config/apps.config.php
2023-12-12 19:26:33 +00: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,
),
),
);