mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
684d1089f0
Use full names for test parties, ahead of complete X.500 name support.
14 lines
396 B
Plaintext
14 lines
396 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 : "Network Map Service"
|
|
}
|
|
useHTTPS : false
|