mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
e92ce3ad37
For network-parameters.conf in network management
11 lines
265 B
Plaintext
11 lines
265 B
Plaintext
notaries : [{
|
|
notaryNodeInfoFile: "/Path/To/NodeInfo/File1"
|
|
validating: true
|
|
}, {
|
|
notaryNodeInfoFile: "/Path/To/NodeInfo/File2"
|
|
validating: false
|
|
}]
|
|
eventHorizonDays = 100
|
|
minimumPlatformVersion = 1
|
|
maxMessageSize = 10485760
|
|
maxTransactionSize = 100 |