see if this will stop signature check
This commit is contained in:
parent
adb3e92f66
commit
7d5f9da89d
|
@ -26,7 +26,6 @@ data:
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'appstoreenabled' => false,
|
'appstoreenabled' => false,
|
||||||
'branch' => 'Sunet',
|
|
||||||
'config_is_read_only' => true,
|
'config_is_read_only' => true,
|
||||||
'csrf.disabled' => true,
|
'csrf.disabled' => true,
|
||||||
'datadirectory' => '/var/www/html/data',
|
'datadirectory' => '/var/www/html/data',
|
||||||
|
@ -110,5 +109,6 @@ data:
|
||||||
array (
|
array (
|
||||||
0 => 'admin',
|
0 => 'admin',
|
||||||
),
|
),
|
||||||
|
'updater.release.channel' => 'Sunet',
|
||||||
'version' => '{{NEXTCLOUD_VERSION_STRING}}',
|
'version' => '{{NEXTCLOUD_VERSION_STRING}}',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue