mirror of
https://github.com/corda/corda.git
synced 2024-12-21 22:07:55 +00:00
57412d4498
* Standardise X500Name format - WIP * address PR issues * failing test fix and replace X500Name with getX500Name * gradle plugin fix * Added country code validation
13 lines
398 B
Plaintext
13 lines
398 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 : "O=Network Map Service,OU=corda,L=London,C=GB"
|
|
}
|
|
useHTTPS : false
|