summaryrefslogtreecommitdiffstats
path: root/20.0-beta/apache/config/apps.config.php
diff options
context:
space:
mode:
authortilosp-bot <git-bot@tilosp.de>2020-08-21 14:00:22 +0000
committertilosp-bot <git-bot@tilosp.de>2020-08-21 14:00:22 +0000
commit4afc60d530c971b50e9eccfccf9e41044423538c (patch)
treed98b370029e81cc372069b0317fae5b54b3638c8 /20.0-beta/apache/config/apps.config.php
parentbd4cf887a4741837c66ff4b8100a1787ebb6512c (diff)
Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
Diffstat (limited to '20.0-beta/apache/config/apps.config.php')
-rw-r--r--20.0-beta/apache/config/apps.config.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/20.0-beta/apache/config/apps.config.php b/20.0-beta/apache/config/apps.config.php
new file mode 100644
index 00000000..a4bed833
--- /dev/null
+++ b/20.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,
+ ),
+ ),
+);