Removed remaining references to networkMapService

This commit is contained in:
Shams Asari
2017-12-01 20:57:43 +00:00
parent 6958cbbc44
commit d5e3f28303
7 changed files with 3 additions and 44 deletions

View File

@ -10,10 +10,6 @@ dataSourceProperties : {
p2pAddress : "my-corda-node:10002"
rpcAddress : "my-corda-node:10003"
webAddress : "localhost:10004"
networkMapService : {
address : "my-network-map:10000"
legalName : "O=Network Map Service,OU=corda,L=London,C=GB"
}
useHTTPS : false
rpcUsers : [
{ username=user1, password=letmein, permissions=[ StartProtocol.net.corda.protocols.CashProtocol ] }