Skip to content

Commit

Permalink
Enable configuration via ENV vars of measurement id pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
sven1103 committed Jun 24, 2024
1 parent 6867a00 commit 00a157f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ users.error.directory.name=error
# Needs to be present in the users' home folders
# e.g. /home/<user1>/registration
users.registration.directory.name=registration
qbic.measurement-id.pattern=^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*
qbic.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}

#--------------------------------------
# Settings for the data scanning thread
Expand Down

0 comments on commit 00a157f

Please sign in to comment.