0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
nextcloud-docker/.config/10.apps.config.php
pierreozoux 41564649fc Adds moar env.
Signed-off-by: pierreozoux <pierre@ozoux.net>
2020-06-10 12:06:31 +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,
),
),
);