aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/sso-setup/apps.config.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/tests/sso-setup/apps.config.php')
-rw-r--r--apps/files_external/tests/sso-setup/apps.config.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_external/tests/sso-setup/apps.config.php b/apps/files_external/tests/sso-setup/apps.config.php
new file mode 100644
index 00000000000..b3889956a53
--- /dev/null
+++ b/apps/files_external/tests/sso-setup/apps.config.php
@@ -0,0 +1,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,
+ ],
+ ],
+];