From 3866a225ec239258320463ea91faeb39933684c8 Mon Sep 17 00:00:00 2001 From: user Date: Thu, 5 Sep 2024 17:20:53 +0200 Subject: [PATCH] test fix: disbaled upload --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 6e03716..42c7f9d 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -53,7 +53,7 @@ class Kernel extends ConsoleKernel $calculate_agent_cost = true; $third_party_integrations_allow = true; - $third_party_integrations_nextcloud = true; + $third_party_integrations_nextcloud = false; $third_party_integrations_open_project = false; $email_send_allow = true;