testing just using an emptyDir for rendered config (+more) #1

Merged
lasse merged 5 commits from richir-more-labb into main 2025-02-18 08:11:38 +00:00
Showing only changes of commit a260fed464 - Show all commits

View file

@ -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' => '/',
Micke marked this conversation as resolved
Review

gss.* are old settings that we want to remove

gss.* are old settings that we want to remove
Review

Fixed in #a260fed464aa6c268151226c99ed1d9ae0805934

Fixed in #a260fed464aa6c268151226c99ed1d9ae0805934
'installed' => true,
'instanceid' => '{{NEXTCLOUD_INSTANCEID}}',