We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6867a00 commit 00a157fCopy full SHA for 00a157f
src/main/resources/application.properties
@@ -13,7 +13,7 @@ users.error.directory.name=error
13
# Needs to be present in the users' home folders
14
# e.g. /home/<user1>/registration
15
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]*
+qbic.measurement-id.pattern=${MEASUREMENT_ID_PATTERN:^(MS|NGS)Q[A-Z0-9]{4}[0-9]{3}[A-Z0-9]{2}-[0-9]*}
17
18
#--------------------------------------
19
# Settings for the data scanning thread
0 commit comments