0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
nextcloud-docker/17.0/fpm-alpine/config/10.apps.config.php
pierreozoux 28091effaa Run update.sh
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-06-10 12:06:32 +02:00

15 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,
),
),
);