36.2 Test endpoint for security - correct JWT (#2)
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user