mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
14 lines
388 B
Plaintext
14 lines
388 B
Plaintext
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}
|
|
} |