corda/config/dev/nameservernode.conf

9 lines
222 B
Plaintext
Raw Normal View History

myLegalName : "O=Notary Service,OU=corda,L=London,C=GB"
keyStorePassword : "cordacadevpass"
trustStorePassword : "trustpass"
p2pAddress : "localhost:10000"
webAddress : "localhost:10001"
notary : {
validating : true
}