0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-19 04:45:09 +01:00
nextcloud-docker/13.0-rc/fpm/config/apps.config.php
Docker Library Bot c16b61b4c8 Update to 13.0.9RC1
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,
),
),
);