mirror of
https://github.com/corda/corda.git
synced 2025-01-05 04:34:14 +00:00
8756b49794
Explain change of cipher Include extracted Dev Corda Root certificate so that it can be installed by HTTPS users.
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
basedir : "./nodeb",
|
|
myLegalName : "Bank B",
|
|
nearestCity : "London",
|
|
keyStorePassword : "cordacadevpass",
|
|
trustStorePassword : "trustpass",
|
|
artemisAddress : "localhost:31338",
|
|
webAddress : "localhost:31340",
|
|
hostNotaryServiceLocally: false,
|
|
extraAdvertisedServiceIds: "corda.interest_rates",
|
|
mapService : {
|
|
hostServiceLocally : false,
|
|
address : "localhost:12345",
|
|
identity : "Notary Service"
|
|
}
|
|
useHTTPS : false
|