set up jwt for identity

This commit is contained in:
2024-11-25 00:32:05 +01:00
parent 2e8ea4c6a7
commit cb8875a754
5 changed files with 27 additions and 4 deletions

View File

@@ -10,6 +10,9 @@ spring:
name: "%APP_BUILD_OS_NAME%"
version: "%APP_BUILD_OS_VERSION%"
jwt:
public-key: cert/public_key.pem
---
###############################
### Development environment ###