Disable spurios checks
This commit is contained in:
parent
87e63b5a72
commit
5d1921463f
|
@ -47,6 +47,7 @@ data:
|
||||||
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
|
'gss.user.discovery.module' => '\\OCA\\GlobalSiteSelector\\UserDiscoveryModules\\ManualUserMapping',
|
||||||
'installed' => true,
|
'installed' => true,
|
||||||
'instanceid' => '{{NEXTCLOUD_INSTANCEID}}',
|
'instanceid' => '{{NEXTCLOUD_INSTANCEID}}',
|
||||||
|
'integrity.check.disabled' => true,
|
||||||
'log_type' => 'file',
|
'log_type' => 'file',
|
||||||
'loglevel' => 0,
|
'loglevel' => 0,
|
||||||
'lookup_server' => '{{LOOKUP_SERVER}}',
|
'lookup_server' => '{{LOOKUP_SERVER}}',
|
||||||
|
@ -109,6 +110,6 @@ data:
|
||||||
array (
|
array (
|
||||||
0 => 'admin',
|
0 => 'admin',
|
||||||
),
|
),
|
||||||
'updater.release.channel' => 'Sunet',
|
'updatechecker' => false,
|
||||||
'version' => '{{NEXTCLOUD_VERSION_STRING}}',
|
'version' => '{{NEXTCLOUD_VERSION_STRING}}',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue