diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 498486ca5052ac003380fe2661fa7b9a14e47ff6..b8b6b6876d8b2a41a1fbac05b638f338a7c41039 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,4 +1,5 @@ spring.application.name=authentication spring.profiles.active=${PRODUCTION:dev} google.client.id=${GOOGLE_CLIENT_ID:default} -google.client.secret=${GOOGLE_CLIENT_SECRET:default} \ No newline at end of file +google.client.secret=${GOOGLE_CLIENT_SECRET:default} +jwt.secret=${JWT_SECRET:biggerboysandstolensweetheartsss} \ No newline at end of file