Change moved over from samples repo; three nodes for SIMM demo

This commit is contained in:
Richard Green 2016-11-20 14:16:50 +00:00
parent 50415d2afa
commit a1b381eefa

View File

@ -108,6 +108,15 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: [':install', 'buil
webPort 10007 webPort 10007
cordapps = [] cordapps = []
} }
node {
name "Bank C"
dirName "nodec"
nearestCity "tokyo"
advertisedServices = []
artemisPort 10008
webPort 10009
cordapps = []
}
} }