Fix syntax error
This commit is contained in:
parent
520f8f0861
commit
236a4bcc87
1 changed files with 1 additions and 5 deletions
|
@ -41,10 +41,6 @@ data:
|
||||||
'gs.enabled' => 'true',
|
'gs.enabled' => 'true',
|
||||||
'gs.federation' => 'global',
|
'gs.federation' => 'global',
|
||||||
'gs.trustedHosts' => ['*.sunet.se'],
|
'gs.trustedHosts' => ['*.sunet.se'],
|
||||||
'gss.jwt.key' => getenv('GSS_JWT_KEY'),
|
|
||||||
'gss.master.url' => getenv('GSS_MASTER_URL'),
|
|
||||||
'gss.mode' => 'slave',
|
|
||||||
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
|
|
||||||
'installed' => true,
|
'installed' => true,
|
||||||
'instanceid' => getenv('NEXTCLOUD_INSTANCEID'),
|
'instanceid' => getenv('NEXTCLOUD_INSTANCEID'),
|
||||||
'integrity.check.disabled' => true,
|
'integrity.check.disabled' => true,
|
||||||
|
@ -85,7 +81,7 @@ data:
|
||||||
'use_ssl' => true,
|
'use_ssl' => true,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'overwrite.cli.url' => 'https://getenv('SITE_NAME'),
|
'overwrite.cli.url' => 'https://' . getenv('SITE_NAME'),
|
||||||
'overwritehost' => getenv('SITE_NAME'),
|
'overwritehost' => getenv('SITE_NAME'),
|
||||||
'overwriteprotocol' => 'https',
|
'overwriteprotocol' => 'https',
|
||||||
'passwordsalt' => getenv('NEXTCLOUD_PASSWORDSALT'),
|
'passwordsalt' => getenv('NEXTCLOUD_PASSWORDSALT'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue