mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
d65d63e4f6
This is an intermediary step to introducing X500Names in all Party instances, which adds: * Party constructor which accepts X500Name and then converts it to string. * startNode() function which takes in X500Name instead of String * Numerous legal name fixes to use full distinguished names
14 lines
427 B
Plaintext
14 lines
427 B
Plaintext
myLegalName : "CN=Bank A,O=Bank A,L=London,C=UK"
|
|
nearestCity : "London"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
p2pAddress : "localhost:10002"
|
|
rpcAddress : "localhost:10003"
|
|
webAddress : "localhost:10004"
|
|
extraAdvertisedServiceIds : [ "corda.interest_rates" ]
|
|
networkMapService : {
|
|
address : "localhost:10000"
|
|
legalName : "CN=Network Map Service,O=R3,OU=corda,L=London,C=UK"
|
|
}
|
|
useHTTPS : false
|