mirror of
https://github.com/corda/corda.git
synced 2025-06-16 22:28:15 +00:00
Made strict behaviour optional default to true for conf parsing. HSM and Doorman can opt in for this functionality independently.
This commit is contained in:
@ -90,5 +90,5 @@ fun parseParameters(configFile: Path): GeneratorParameters {
|
||||
return ConfigFactory
|
||||
.parseFile(configFile.toFile(), ConfigParseOptions.defaults().setAllowMissing(true))
|
||||
.resolve()
|
||||
.parseAs()
|
||||
.parseAs(false)
|
||||
}
|
Reference in New Issue
Block a user