From 7cdf27f372c8759f4bc4d420e29a7d6e50cb7bd4 Mon Sep 17 00:00:00 2001 From: "andreas.dinauer" Date: Sun, 14 Sep 2025 11:57:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=EF=B8=8F=20Add=20jwt=20secrets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cb3f79c..2ce6fe0 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,6 +3,10 @@ quarkus.http.port=8089 quarkus.http.test-port=9089 %dev.quarkus.http.host=0.0.0.0 +# JWT +%prod.smallrye.jwt.sign.key.location=${PRIVATE_KEY_LOCATION} +%prod.mp.jwt.verify.publickey.location=${PUBLIC_KEY_LOCATION} + %dev.smallrye.jwt.sign.key.location=private.key %dev.mp.jwt.verify.publickey.location=public.crt mp.jwt.verify.issuer=https://tavolio.de