From 9a28f03362a9c65326e88577d3867b0ac09c2cc2 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 1 Sep 2022 11:13:59 +0200
Subject: [PATCH] =?UTF-8?q?Fehlende=20properties=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/application.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 14a06cba..6fe7ae0c 100644
--- a/src/main/resources/application.yaml
+++ b/src/main/resources/application.yaml
@@ -1,4 +1,6 @@
 quarkus:
+ oidc:
+  auth-server-url: https://sso.dev.ozg-sh.de/auth
  application:
   name: kopusermanager
  mongodb:
@@ -16,11 +18,13 @@ quarkus:
 usermanager:
  keycloak:
   sync:
-   cron: "0 15 2 * * ?"
+   cron: "0 15 13 * * ?"
   api:
    user: goofyApiUser
    password: S9UEMuLG9y9ev99
    realm: sh-kiel-dev
    organisations-einheit-id-key: organisationseinheitId
    ldap-id-key: LDAP_ID
-   client: sh-kiel-dev-goofy
\ No newline at end of file
+   client: sh-kiel-dev-goofy
+keycloak:
+  url: https://sso.dev.ozg-sh.de/auth
\ No newline at end of file
-- 
GitLab