Skip to content

Commit

Permalink
fix: Fix error message always being empty (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvinn8 authored and foodelevator committed Apr 12, 2024
1 parent cb07ee0 commit f09bc99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ spring.datasource.url=${JDBC_DATABASE_URL}
spring.datasource.username=${JDBC_DATABASE_USERNAME}
spring.datasource.password=${JDBC_DATABASE_PASSWORD}
server.port=${PORT:8080}
server.error.include-message=ALWAYS

0 comments on commit f09bc99

Please sign in to comment.