mirror of
https://github.com/pcvolkmer/mv64e-etl-processor
synced 2025-09-13 17:02:52 +00:00
feat: do not default to test submissions (#135)
This commit is contained in:
@@ -27,7 +27,7 @@ data class AppConfigProperties(
|
||||
var transformations: List<TransformationProperties> = listOf(),
|
||||
var maxRetryAttempts: Int = 3,
|
||||
var duplicationDetection: Boolean = true,
|
||||
var genomDeTestSubmission: Boolean = true
|
||||
var genomDeTestSubmission: Boolean = false
|
||||
) {
|
||||
companion object {
|
||||
const val NAME = "app"
|
||||
|
Reference in New Issue
Block a user