mirror of
https://github.com/corda/corda.git
synced 2024-12-29 09:18:58 +00:00
26 lines
626 B
Plaintext
26 lines
626 B
Plaintext
database {
|
|
runMigration=true
|
|
}
|
|
myLegalName="O=NotaryService"${REPLICA_ID}", L=Zurich, C=CH"
|
|
notary {
|
|
bftSMaRt {
|
|
clusterAddresses=[
|
|
"bft-0.bft.thomas.svc.cluster.local:12000",
|
|
"bft-1.bft.thomas.svc.cluster.local:12000",
|
|
"bft-2.bft.thomas.svc.cluster.local:12000",
|
|
"bft-3.bft.thomas.svc.cluster.local:12000"
|
|
]
|
|
debug=false
|
|
exposeRaces=false
|
|
replicaId=${REPLICA_ID}
|
|
}
|
|
custom=false
|
|
validating=false
|
|
}
|
|
p2pAddress="localhost:10002"
|
|
rpcSettings {
|
|
address="localhost:10022"
|
|
adminAddress="localhost:10122"
|
|
}
|
|
rpcUsers=[]
|