diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml
index 14a06cba56e00d0d5462330822b03c752638225d..6fe7ae0cf5158e84643c3741d0744ba520b5f13e 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