Mauro Torrez 6f6e6d8156
Some checks failed
continuous-integration/drone/push Build is failing
ci: do not run update.sh, add version folders instead
2019-09-23 01:12:53 -03:00

16 lines
377 B
PHP

<?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,
),
),
);