0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 16:44:46 +02:00

Run update.sh

Signed-off-by: Tilo Spannagel <development@tilosp.de>
Signed-off-by: marceljd <support@dihosting.ch>
This commit is contained in:
Tilo Spannagel 2018-11-24 14:07:03 +01:00 committed by marceljd
parent c7cdff7436
commit fa61be606b
89 changed files with 6 additions and 3876 deletions

View file

@ -1,15 +0,0 @@
<?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,
),
),
);