Skip to content

Commit

Permalink
config: update config entry to lowercase kebab-case
Browse files Browse the repository at this point in the history
This also re enables this config option with a default value.

Co-authored-by: chgl <[email protected]>
  • Loading branch information
pcvolkmer and chgl authored Aug 30, 2024
1 parent 6d1b5cf commit fa79f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app:
version: 2.1.3
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}
#localPatientIdPattern: "[^0]\\d{8}"
patient-id-pattern: "[^0]\\d{8}"

fhir:
extensions:
Expand Down

0 comments on commit fa79f43

Please sign in to comment.