mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
myLegalName : "CN=Bank B,O=Bank A,L=London,C=GB"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
p2pAddress : "localhost:10005"
|
|
rpcAddress : "localhost:10006"
|
|
webAddress : "localhost:10007"
|
|
extraAdvertisedServiceIds : [ "corda.interest_rates" ]
|
|
networkMapService : {
|
|
address : "localhost:10000"
|
|
legalName : "CN=Network Map Service,O=R3,OU=corda,L=London,C=GB"
|
|
}
|
|
useHTTPS : false
|