0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00
nextcloud-docker/17.0/fpm-unprivileged/config/apps.config.php
Stephan Müller 51d464d6eb
Autogenerated: Introduce unprivileged images for apache and fpm
Signed-off-by: Stephan Müller <mail@stephanmueller.eu>
2020-09-04 17:55:44 +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,
),
),
);