🔒️ Add jwt secrets
This commit is contained in:
parent
22d32ea4f2
commit
7cdf27f372
@ -3,6 +3,10 @@ quarkus.http.port=8089
|
|||||||
quarkus.http.test-port=9089
|
quarkus.http.test-port=9089
|
||||||
%dev.quarkus.http.host=0.0.0.0
|
%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.smallrye.jwt.sign.key.location=private.key
|
||||||
%dev.mp.jwt.verify.publickey.location=public.crt
|
%dev.mp.jwt.verify.publickey.location=public.crt
|
||||||
mp.jwt.verify.issuer=https://tavolio.de
|
mp.jwt.verify.issuer=https://tavolio.de
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user