diff options
author | Robin Appelman <robin@icewind.nl> | 2023-07-21 19:47:11 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-09-19 16:20:59 +0200 |
commit | bd1dadd690401f680ea2c569401af62a15433621 (patch) | |
tree | ab891c0d2a359fb1f6e53d2e0c4b52dc16c17d21 /apps/files_external/tests/sso-setup/apps.config.php | |
parent | 13c5dde0763131c2ba57f07c840e25083be5aee8 (diff) | |
download | nextcloud-server-bd1dadd690401f680ea2c569401af62a15433621.tar.gz nextcloud-server-bd1dadd690401f680ea2c569401af62a15433621.zip |
kerberos sso ci fixes
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external/tests/sso-setup/apps.config.php')
-rw-r--r-- | apps/files_external/tests/sso-setup/apps.config.php | 15 |
1 files changed, 15 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..507d43dd44e --- /dev/null +++ b/apps/files_external/tests/sso-setup/apps.config.php @@ -0,0 +1,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, + ], + ], +]; |