mirror of
https://github.com/corda/corda.git
synced 2025-03-10 22:44:20 +00:00
14 lines
364 B
Plaintext
14 lines
364 B
Plaintext
|
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"
|
||
|
}
|