From c21c0c11258547f99df73f31ae06d1c438ac6f5f Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Thu, 6 Oct 2022 08:04:53 +0200
Subject: [PATCH] =?UTF-8?q?OZG-2626=20kop.user-manager.profile-template=20?=
 =?UTF-8?q?property=20hinzugef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 goofy-server/src/main/resources/application.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/goofy-server/src/main/resources/application.yml b/goofy-server/src/main/resources/application.yml
index c42fb1cb1c..2e89353325 100644
--- a/goofy-server/src/main/resources/application.yml
+++ b/goofy-server/src/main/resources/application.yml
@@ -76,4 +76,6 @@ kop:
   upload:
     maxFileSize:
       postfachNachrichtAttachment: 3MB
-      wiedervorlageAttachment: 40MB
\ No newline at end of file
+      wiedervorlageAttachment: 40MB
+  user-manager:
+    profile-template: /api/userProfiles/%s
\ No newline at end of file
-- 
GitLab