mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
bd53a22efa
The remaining use for it was the finance CorDapp for permissioning CCY issuers. Instead this is now taken from a custom config in node.conf.
12 lines
343 B
Plaintext
12 lines
343 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"
|
|
networkMapService : {
|
|
address : "localhost:10000"
|
|
legalName : "O=Network Map Service,OU=corda,L=London,C=GB"
|
|
}
|
|
useHTTPS : false
|