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
333 B
Plaintext
12 lines
333 B
Plaintext
myLegalName : "O=Bank A,L=London,C=GB"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
p2pAddress : "localhost:10002"
|
|
rpcAddress : "localhost:10003"
|
|
webAddress : "localhost:10004"
|
|
networkMapService : {
|
|
address : "localhost:10000"
|
|
legalName : "O=Network Map Service,OU=corda,L=London,C=GB"
|
|
}
|
|
useHTTPS : false
|