mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
15 lines
411 B
Plaintext
15 lines
411 B
Plaintext
basedir : "./standalone/nodea",
|
|
myLegalName : "Bank A",
|
|
nearestCity : "London",
|
|
keyStorePassword : "cordacadevpass",
|
|
trustStorePassword : "trustpass",
|
|
artemisAddress : "localhost:31337",
|
|
webAddress : "localhost:31339",
|
|
hostNotaryServiceLocally: false,
|
|
extraAdvertisedServiceIds: "corda.interest_rates",
|
|
mapService : {
|
|
hostServiceLocally : false,
|
|
address : "localhost:12345",
|
|
identity : "Notary Service"
|
|
}
|