mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
myLegalName : "CN=Bank A,O=Bank A,L=London,C=GB"
|
|
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=GB"
|
|
}
|
|
useHTTPS : false
|