From 23a46b4be35277e06ec89f48730eeb694e686be8 Mon Sep 17 00:00:00 2001 From: Kenmegne <stephanie.kenmegne@gmail.com> Date: Thu, 18 Jun 2026 15:40:06 +0000 Subject: [PATCH] add fdx-commons and fdx-consultation --- fdx-consultation/fdxconsultation-service-impl/src/main/resources/application.properties | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/fdx-consultation/fdxconsultation-service-impl/src/main/resources/application.properties b/fdx-consultation/fdxconsultation-service-impl/src/main/resources/application.properties new file mode 100644 index 0000000..dabd265 --- /dev/null +++ b/fdx-consultation/fdxconsultation-service-impl/src/main/resources/application.properties @@ -0,0 +1,10 @@ +authentication.jwt.secret = secret +authentication.jwt.issuer = http://example.org +authentication.jwt.audience = http://example.org +authentication.jwt.clockSkew = 10 +authentication.jwt.validFor = 600000 +authentication.jwt.validForRefresh = 900000 +authentication.jwt.refreshLimit = 1 +authentication.jwt.claimNames.authorities = authorities +authentication.jwt.claimNames.refreshCount = refreshCount +authentication.jwt.claimNames.refreshLimit = refreshLimit \ No newline at end of file -- Gitblit v1.10.0