diff --git a/src/test/resources/application-test.properties b/src/test/resources/application-test.properties index bf92704..577f944 100644 --- a/src/test/resources/application-test.properties +++ b/src/test/resources/application-test.properties @@ -12,4 +12,6 @@ spring.jpa.properties.hibernate.format_sql=true # h2 spring.h2.console.enabled=true -spring.h2.console.path=/h2-console \ No newline at end of file +spring.h2.console.path=/h2-console + +api.security.token.secret=${JWT_SECRET:S3CR3T} \ No newline at end of file