corda/config/dev/generalnode.conf

14 lines
364 B
Plaintext
Raw Normal View History

basedir : "./standalone/node1",
myLegalName : "Node 1",
nearestCity : "London",
keyStorePassword : "cordacadevpass",
trustStorePassword : "trustpass",
artemisAddress : "localhost:31337",
webAddress : "localhost:31338",
hostNotaryServiceLocally: false,
mapService : {
hostServiceLocally : false,
address : "localhost:12345",
identity : "Corda Name Service"
}