0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 19:16:09 +02:00
nextcloud-docker/22.0-beta/apache/config/apps.config.php
GitHub Workflow 6ec3e95f11 Runs update.sh
Signed-off-by: András Maróy <andras@maroy.hu>
2021-07-25 23:18:42 +02:00

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