mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Change moved over from samples repo; three nodes for SIMM demo
This commit is contained in:
parent
50415d2afa
commit
a1b381eefa
@ -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 = []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user