36.2 Test endpoint for security - correct JWT (#2)

This commit is contained in:
Art
2021-09-06 14:02:47 +03:00
parent 0656dc9969
commit 7dfbf686e7
3 changed files with 39 additions and 6 deletions

View File

@ -12,7 +12,8 @@ spring:
dialect: org.hibernate.dialect.MySQL8Dialect
app:
jwt:
secret: ${random.value}
secret: VeRy_5ecretP@55W0rd!
# secret: ${random.value} #Does not work - every time generates new value
---
spring:
config: