mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-16 00:04:48 +02:00
13.0.0RC1 [20180111]
adjust to the RC1 from the version 13
This commit is contained in:
parent
fb58bbb039
commit
ce694f0303
11 changed files with 370 additions and 0 deletions
15
13.0_prereleases/fpm/config/apps.config.php
Normal file
15
13.0_prereleases/fpm/config/apps.config.php
Normal file
|
@ -0,0 +1,15 @@
|
|||
<?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,
|
||||
),
|
||||
),
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue