mirror of
https://github.com/corda/corda.git
synced 2024-12-25 07:31:10 +00:00
39fdb353ad
* Fix bug in demobench. Explorer didn't show correctly location of a node. There was no nearestCity override in config. * Remove nearestCity from node configuration. Now information about the location is always taken from node's legal name. If not present - exception on node startup. * Add X500Name.locationOrNull that soft fails when location is not in X500 name. Address PR comments. * Remove unused imports.
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
myLegalName : "CN=Notary Service,O=R3,OU=corda,L=London,C=UK"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
p2pAddress : "localhost:10000"
|
|
webAddress : "localhost:10001"
|
|
extraAdvertisedServiceIds : [ "corda.notary.validating" ]
|
|
useHTTPS : false
|