mirror of
https://github.com/corda/corda.git
synced 2024-12-22 14:22:28 +00:00
1f2a6d256e
Use consistent if style Don't include NetworkMapAddress in config if hosting locally
10 lines
291 B
Plaintext
10 lines
291 B
Plaintext
basedir : "./nameserver"
|
|
myLegalName : "Notary Service"
|
|
nearestCity : "London"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
artemisAddress : "localhost:12345"
|
|
webAddress : "localhost:12346"
|
|
hostNotaryServiceLocally: true
|
|
extraAdvertisedServiceIds: ""
|
|
useHTTPS : false |