Remove webPort from demo nodes so that no unnecessary web servers are started

This commit is contained in:
Andrius Dagys 2017-03-30 11:51:03 +01:00
parent 55af8cff74
commit f116c02149
5 changed files with 0 additions and 14 deletions
samples
attachment-demo
bank-of-corda-demo
raft-notary-demo
simm-valuation-demo
trader-demo

View File

@ -62,7 +62,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices ["corda.notary.validating"]
p2pPort 10002
rpcPort 10003
webPort 10004
cordapps = []
rpcUsers = ext.rpcUsers
}
@ -72,7 +71,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices = []
p2pPort 10005
rpcPort 10006
webPort 10007
cordapps = []
rpcUsers = ext.rpcUsers
}
@ -82,7 +80,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices = []
p2pPort 10008
rpcPort 10009
webPort 10010
cordapps = []
rpcUsers = ext.rpcUsers
}

View File

@ -59,7 +59,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices = ["corda.notary.validating"]
p2pPort 10002
rpcPort 10003
webPort 10004
cordapps = []
}
node {

View File

@ -82,7 +82,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build', 'generat
advertisedServices = []
p2pPort 10002
rpcPort 10003
webPort 10004
cordapps = []
rpcUsers = [['user': "demo", 'password': "demo", 'permissions': [
'StartFlow.net.corda.notarydemo.flows.DummyIssueAndMove',
@ -95,7 +94,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build', 'generat
advertisedServices = []
p2pPort 10005
rpcPort 10006
webPort 10007
cordapps = []
}
node {
@ -104,7 +102,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build', 'generat
advertisedServices = [advertisedNotary]
p2pPort 10008
rpcPort 10009
webPort 10010
cordapps = []
notaryNodePort 11002
}
@ -114,7 +111,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build', 'generat
advertisedServices = [advertisedNotary]
p2pPort 10011
rpcPort 10012
webPort 10013
cordapps = []
notaryNodePort 11004
notaryClusterAddresses = ["localhost:11002"]
@ -125,7 +121,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build', 'generat
advertisedServices = [advertisedNotary]
p2pPort 10014
rpcPort 10015
webPort 10016
cordapps = []
notaryNodePort 11006
notaryClusterAddresses = ["localhost:11002"]

View File

@ -73,7 +73,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
nearestCity "London"
advertisedServices = ["corda.notary.validating"]
p2pPort 10002
webPort 10003
cordapps = []
}
node {

View File

@ -73,7 +73,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
nearestCity "London"
advertisedServices = ["corda.notary.validating"]
p2pPort 10002
webPort 10004
cordapps = []
}
node {
@ -82,7 +81,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices = []
p2pPort 10005
rpcPort 10006
webPort 10007
cordapps = []
rpcUsers = ext.rpcUsers
}
@ -92,7 +90,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
advertisedServices = []
p2pPort 10008
rpcPort 10009
webPort 10010
cordapps = []
rpcUsers = ext.rpcUsers
}
@ -101,7 +98,6 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['build']) {
nearestCity "London"
advertisedServices = []
p2pPort 10011
webPort 10012
cordapps = []
}
}