aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/apps.config.php
blob: 71190f44291e7f58b79a9201eff3d5dd8d67265b (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,
		],
	],
];