summaryrefslogtreecommitdiffstats
path: root/22.0/apache/config/apps.config.php
diff options
context:
space:
mode:
Diffstat (limited to '22.0/apache/config/apps.config.php')
-rw-r--r--22.0/apache/config/apps.config.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/22.0/apache/config/apps.config.php b/22.0/apache/config/apps.config.php
new file mode 100644
index 00000000..4c37f72a
--- /dev/null
+++ b/22.0/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,
+ ),
+ ),
+);