From 19ee1f7eda165bdeb32d3a2617e37a43ae6fe35d Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Tue, 10 Dec 2024 10:04:31 +0100 Subject: [PATCH] OZG-7354 Deactivate synchronisation with zufi per default Should be deactivated, if ozgcloud.feature.organisationsEinheiten is set to false (cherry picked from commit eec7922356c95e51adbc60621f361d9916815684) --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 204af8fe..f4a4954d 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -83,7 +83,7 @@ ozgcloud: administration: sync: organisationseinheiten: - cron: "0 15 0 * * *" + cron: "-" feature: postfach: true benutzerRollen: false -- GitLab