0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-15 02:45:09 +01:00
nextcloud-docker/15.0-rc/fpm/config/apps.config.php
Docker Library Bot 3f7b7e6404 Update to 15.0.0RC1
Signed-off-by: marceljd <support@dihosting.ch>
2019-01-10 13:47:50 +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,
),
),
);