summaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/apps.config.php
blob: 507d43dd44ebeeda2cba125361982721d3e6ee02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
$CONFIG = [
	"apps_paths" => [
		[
			"path"     => "/var/www/html/apps",
			"url"      => "/apps",
			"writable" => false,
		],
		[
			"path"     => "/var/www/html/extra-apps",
			"url"      => "/extra-apps",
			"writable" => true,
		],
	],
];