aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/apps.config.php
blob: b3889956a5330a73c7f1684e2bf82207a9597a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php

/**
 * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
$CONFIG = [
	'apps_paths' => [
		[
			'path' => '/var/www/html/apps',
			'url' => '/apps',
			'writable' => false,
		],
		[
			'path' => '/var/www/html/extra-apps',
			'url' => '/extra-apps',
			'writable' => true,
		],
	],
];