mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
docs: Address PR 513 comments
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
basedir : "./nameserver"
|
||||
myLegalName : "Notary Service"
|
||||
nearestCity : "London"
|
||||
keyStorePassword : "cordacadevpass"
|
||||
trustStorePassword : "trustpass"
|
||||
artemisAddress : "my-network-map:10000"
|
||||
webAddress : "localhost:10001"
|
||||
extraAdvertisedServiceIds: ""
|
||||
useHTTPS : false
|
@ -1,11 +1,19 @@
|
||||
basedir : "./standalone/regular-node"
|
||||
myLegalName : "Some Node"
|
||||
basedir : "./nodea"
|
||||
myLegalName : "Bank A"
|
||||
nearestCity : "London"
|
||||
keyStorePassword : "cordacadevpass"
|
||||
trustStorePassword : "trustpass"
|
||||
artemisAddress : "cordaload-node1:31337"
|
||||
webAddress : "localhost:31339"
|
||||
extraAdvertisedServiceIds: ""
|
||||
dataSourceProperties : {
|
||||
dataSourceClassName : org.h2.jdbcx.JdbcDataSource
|
||||
"dataSource.url" : "jdbc:h2:"${basedir}"/persistence"
|
||||
"dataSource.user" : sa
|
||||
"dataSource.password" : ""
|
||||
}
|
||||
artemisAddress : "my-corda-node:10002"
|
||||
webAddress : "localhost:10003"
|
||||
extraAdvertisedServiceIds: "corda.interest_rates"
|
||||
networkMapAddress : "my-network-map:10000"
|
||||
useHTTPS : false
|
||||
devMode : false
|
||||
networkMapAddress : "cordaload-nameserver:31337"
|
||||
rpcUsers : [
|
||||
{ user=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }
|
||||
]
|
||||
|
Reference in New Issue
Block a user