Disable spurios checks

This commit is contained in:
Micke Nordin 2023-04-04 13:55:17 +02:00
parent 87e63b5a72
commit 5d1921463f
Signed by untrusted user: Micke
GPG key ID: 0DA0A7A5708FE257

View file

@ -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}}',
); );