mirror of
https://github.com/corda/corda.git
synced 2024-12-28 00:38:55 +00:00
523a6db0b9
ENT-990 Make doorman read an initial set of Network parameters from disk at start-up time
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
notaries : [{
|
|
name: "O=Notary A, L=Port Louis, C=MU, OU=Org Unit, CN=Service Name"
|
|
key: "GfHq2tTVk9z4eXgyWmExBB3JfHpeuYrk9jUc4zaVVSXpnW8FdCUNDhw6GRGN"
|
|
validating: true
|
|
}, {
|
|
name: "O=Notary B, L=Bali, C=ID, OU=Org Unit, CN=Service Name"
|
|
key: "GfHq2tTVk9z4eXgyEshv6vtBDjp7n76QZH5hk6VXLhk3vRTAmKcP9F9tRfPj"
|
|
validating: false
|
|
}]
|
|
minimumPlatformVersion = 1
|
|
maxMessageSize = 100
|
|
maxTransactionSize = 100 |