mirror of
https://github.com/corda/corda.git
synced 2025-01-03 03:36:48 +00:00
The IRS demo has a clash between web server ports and the regulator node on port 10010. This bumps the ports up by 1 to fix the issue. (#2562) (#2564)
This commit is contained in:
parent
9a339fbac7
commit
ec93408d24
@ -95,10 +95,10 @@ task deployNodes(type: net.corda.plugins.Cordform, dependsOn: ['jar']) {
|
|||||||
}
|
}
|
||||||
node {
|
node {
|
||||||
name "O=Regulator,L=Moscow,C=RU"
|
name "O=Regulator,L=Moscow,C=RU"
|
||||||
p2pPort 10010
|
p2pPort 10011
|
||||||
rpcSettings {
|
rpcSettings {
|
||||||
port 10009
|
port 10012
|
||||||
adminPort 10029
|
adminPort 10032
|
||||||
}
|
}
|
||||||
cordapps = ["${project.group}:finance:$corda_release_version"]
|
cordapps = ["${project.group}:finance:$corda_release_version"]
|
||||||
cordapps = ["${project(":finance").group}:finance:$corda_release_version"]
|
cordapps = ["${project(":finance").group}:finance:$corda_release_version"]
|
||||||
|
Loading…
Reference in New Issue
Block a user