[R9] Add test property value to api token secret

This commit is contained in:
Mirna Gama 2024-01-12 15:08:31 -03:00 committed by Mirna Gama
parent c660159d4e
commit 57a4dd52d7

View File

@ -13,3 +13,5 @@ spring.jpa.properties.hibernate.format_sql=true
# h2
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
api.security.token.secret=${JWT_SECRET:S3CR3T}