summaryrefslogtreecommitdiffstats
path: root/19.0-beta/apache/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-04-10 15:27:12 +0200
committerGitHub <noreply@github.com>2020-04-10 13:27:12 +0000
commit1891bfa5e09842b6d92719d44b7fe01594227c38 (patch)
tree719e3d12eaae6589de396d98a1119c3a77113e59 /19.0-beta/apache/config/apps.config.php
parent6274e06ef4aebed9e2516f19cfd578e5d5b1218e (diff)
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Add 19 to allow_failures Signed-off-by: Tilo Spannagel <development@tilosp.de> Co-authored-by: Tilo Spannagel <development@tilosp.de>
Diffstat (limited to '19.0-beta/apache/config/apps.config.php')
-rw-r--r--19.0-beta/apache/config/apps.config.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/19.0-beta/apache/config/apps.config.php b/19.0-beta/apache/config/apps.config.php
new file mode 100644
index 00000000..a4bed833
--- /dev/null
+++ b/19.0-beta/apache/config/apps.config.php
@@ -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,
+ ),
+ ),
+);