corda/config/dev/nameservernode.conf

14 lines
388 B
Plaintext
Raw Normal View History

basedir : "./nameserver",
myLegalName : "Notary Service",
nearestCity : "London",
keyStorePassword : "cordacadevpass",
trustStorePassword : "trustpass",
artemisAddress : "localhost:12345",
webAddress : "localhost:12346",
hostNotaryServiceLocally: true,
extraAdvertisedServiceIds: "",
mapService : {
hostServiceLocally : true,
address : ${artemisAddress},
identity : ${myLegalName}
}