From a260fed464aa6c268151226c99ed1d9ae0805934 Mon Sep 17 00:00:00 2001 From: Lars Delhage Date: Tue, 18 Feb 2025 08:54:03 +0100 Subject: [PATCH] Remove obsolete parameters --- customers/base/files/config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/customers/base/files/config.php b/customers/base/files/config.php index 119594a..e42fd73 100644 --- a/customers/base/files/config.php +++ b/customers/base/files/config.php @@ -35,10 +35,6 @@ $CONFIG = array ( 'gs.enabled' => 'true', 'gs.federation' => 'global', 'gs.trustedHosts' => ['*.sunet.se'], - 'gss.jwt.key' => '{{GSS_JWT_KEY}}', - 'gss.master.url' => '{{GSS_MASTER_URL}}', - 'gss.mode' => 'slave', - 'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping', 'htaccess.RewriteBase' => '/', 'installed' => true, 'instanceid' => '{{NEXTCLOUD_INSTANCEID}}',