0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-20 18:56:09 +02:00
nextcloud-docker/13.0_prereleases/fpm/config/apps.config.php
mr-bolle ce694f0303
13.0.0RC1 [20180111]
adjust to the RC1 from the version 13
2018-01-13 11:02:50 +01: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,
),
),
);