From e49a6ed7d66d8fbd2c21a16e56a383b0c458571b Mon Sep 17 00:00:00 2001 From: Siarhei Kakichev <57998973+Kasean@users.noreply.github.com> Date: Mon, 18 Dec 2023 15:44:26 +0300 Subject: [PATCH] Update application.yaml --- file-garbage-core/src/main/resources/application.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/file-garbage-core/src/main/resources/application.yaml b/file-garbage-core/src/main/resources/application.yaml index e69de29..0de14c0 100644 --- a/file-garbage-core/src/main/resources/application.yaml +++ b/file-garbage-core/src/main/resources/application.yaml @@ -0,0 +1,6 @@ +keycloak: + auth-server-url: http://localhost:9990/auth + realm: master + resource: CoreApplication + public-client: true + principal-attribute: preferred_username