adding default jwt secret
All checks were successful
Builder / Build-Project (push) Successful in 2m37s
All checks were successful
Builder / Build-Project (push) Successful in 2m37s
This commit is contained in:
parent
335e895197
commit
2f4d1ab130
@ -45,4 +45,4 @@ spring.sql.init.mode=${SQL_INIT:embedded}
|
|||||||
spring.h2.console.enabled=true
|
spring.h2.console.enabled=true
|
||||||
spring.h2.console.settings.web-allow-others=true
|
spring.h2.console.settings.web-allow-others=true
|
||||||
|
|
||||||
application.jwtSecret=${JWT_SECRET}
|
application.jwtSecret=${JWT_SECRET:changeme}
|
Loading…
Reference in New Issue
Block a user