From 40212aaa24b8cc9947aa8f20a20e90a59a012121 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Sat, 1 Jul 2017 14:31:06 +0200 Subject: Move apps.config.php into config dir --- .config/apps.config.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/apps.config.php (limited to '.config') diff --git a/.config/apps.config.php b/.config/apps.config.php new file mode 100644 index 00000000..a4bed833 --- /dev/null +++ b/.config/apps.config.php @@ -0,0 +1,15 @@ + array ( + 0 => array ( + "path" => OC::$SERVERROOT."/apps", + "url" => "/apps", + "writable" => false, + ), + 1 => array ( + "path" => OC::$SERVERROOT."/custom_apps", + "url" => "/custom_apps", + "writable" => true, + ), + ), +); -- cgit v1.2.3