Skip to content

Commit 00a157f

Browse files
committed
Enable configuration via ENV vars of measurement id pattern
1 parent 6867a00 commit 00a157f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ users.error.directory.name=error
1313
# Needs to be present in the users' home folders
1414
# e.g. /home/<user1>/registration
1515
users.registration.directory.name=registration
16-
qbic.measurement-id.pattern=^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*
16+
qbic.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}
1717

1818
#--------------------------------------
1919
# Settings for the data scanning thread

0 commit comments

Comments
 (0)