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',
|
||||
'installed' => true,
|
||||
'instanceid' => '{{NEXTCLOUD_INSTANCEID}}',
|
||||
'integrity.check.disabled' => true,
|
||||
'log_type' => 'file',
|
||||
'loglevel' => 0,
|
||||
'lookup_server' => '{{LOOKUP_SERVER}}',
|
||||
|
@ -109,6 +110,6 @@ data:
|
|||
array (
|
||||
0 => 'admin',
|
||||
),
|
||||
'updater.release.channel' => 'Sunet',
|
||||
'updatechecker' => false,
|
||||
'version' => '{{NEXTCLOUD_VERSION_STRING}}',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue