From fd392d3120aa083d2b72035f399526e5d8a415b5 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 20 Mar 2024 16:31:10 +0100
Subject: [PATCH] OZG-5238 Removed explicit Keycloak reference for dev

---
 src/main/resources/application-dev.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/main/resources/application-dev.yaml b/src/main/resources/application-dev.yaml
index 174b55dc..c3514d2f 100644
--- a/src/main/resources/application-dev.yaml
+++ b/src/main/resources/application-dev.yaml
@@ -1,6 +1,2 @@
 ozgcloud:
-  production: false
-  oauth2:
-    auth-server-url: https://sso.dev.by.ozg-cloud.de
-    realm: by-kiel-dev
-    resource: admin
\ No newline at end of file
+  production: false
\ No newline at end of file
-- 
GitLab