adding default jwt secret
All checks were successful
Builder / Build-Project (push) Successful in 2m37s

This commit is contained in:
alex 2024-10-30 16:10:57 -04:00
parent 335e895197
commit 2f4d1ab130

View File

@ -45,4 +45,4 @@ spring.sql.init.mode=${SQL_INIT:embedded}
spring.h2.console.enabled=true
spring.h2.console.settings.web-allow-others=true
application.jwtSecret=${JWT_SECRET}
application.jwtSecret=${JWT_SECRET:changeme}