Skip to content

Commit

Permalink
Include error message in prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
gtuk committed Aug 21, 2021
1 parent 113617e commit 913d121
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ build/
.env

/Krankenkassenverzeichnis_DiGA.xml
/.gradle/
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server.port=${PORT:5000}
server.error.include-stacktrace=never
server.error.include-message=always

app.disableTestcodes=${DISABLE_TESTCODES:true}
app.testInsurance=${TEST_INSURANCE}
Expand Down

0 comments on commit 913d121

Please sign in to comment.