0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-09-30 16:32:36 +02:00
nextcloud-docker/18.0/fpm-alpine/config/apps.config.php
tilosp-bot c8fe9f3055 Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
2020-01-17 14:04:57 +00: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,
),
),
);