mirror of
https://github.com/corda/corda.git
synced 2024-12-22 06:17:55 +00:00
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
|
basedir : "./standalone/nameserver",
|
||
|
myLegalName : "Corda Name Service",
|
||
|
nearestCity : "London",
|
||
|
keyStorePassword : "cordacadevpass",
|
||
|
trustStorePassword : "trustpass",
|
||
|
artemisAddress : "localhost:12345",
|
||
|
webAddress : "localhost:12346",
|
||
|
hostNotaryServiceLocally: true,
|
||
|
mapService : {
|
||
|
hostServiceLocally : true,
|
||
|
address : ${artemisAddress},
|
||
|
identity : ${myLegalName}
|
||
|
}
|