mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
1f2a6d256e
Use consistent if style Don't include NetworkMapAddress in config if hosting locally
12 lines
338 B
Plaintext
12 lines
338 B
Plaintext
basedir : "./nodeb"
|
|
myLegalName : "Bank B"
|
|
nearestCity : "London"
|
|
keyStorePassword : "cordacadevpass"
|
|
trustStorePassword : "trustpass"
|
|
artemisAddress : "localhost:31338"
|
|
webAddress : "localhost:31340"
|
|
hostNotaryServiceLocally: false
|
|
extraAdvertisedServiceIds: "corda.interest_rates"
|
|
networkMapAddress : "localhost:12345"
|
|
useHTTPS : false
|