1
0
mirror of https://github.com/nextcloud/docker.git synced 2024-07-05 07:30:55 +02:00
docker-nextcloud/20.0-rc/fpm/config/apps.config.php

16 lines
377 B
PHP
Raw Normal View History

2020-11-13 01:50:32 +01:00
<?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,
),
),
);