From 2f4d1ab130ee33e95f3750ea5961f28f96c1618d Mon Sep 17 00:00:00 2001 From: Alex Prudencio Date: Wed, 30 Oct 2024 16:10:57 -0400 Subject: [PATCH] adding default jwt secret --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 3b6c54e..e6bfb54 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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} \ No newline at end of file +application.jwtSecret=${JWT_SECRET:changeme} \ No newline at end of file