mirror of
https://github.com/corda/corda.git
synced 2025-05-03 01:03:18 +00:00
Merged in aslemmer-update-ports-in-docs (pull request #457)
docs: Update ports in creating-a-cordapp
This commit is contained in:
commit
c0e08bee60
@ -213,8 +213,8 @@ is a three node example;
|
|||||||
nearestCity "London"
|
nearestCity "London"
|
||||||
notary true // Sets this node to be a notary
|
notary true // Sets this node to be a notary
|
||||||
advertisedServices []
|
advertisedServices []
|
||||||
artemisPort 12345
|
artemisPort 10002
|
||||||
webPort 12346
|
webPort 10003
|
||||||
cordapps []
|
cordapps []
|
||||||
}
|
}
|
||||||
node {
|
node {
|
||||||
@ -222,8 +222,8 @@ is a three node example;
|
|||||||
dirName "nodea"
|
dirName "nodea"
|
||||||
nearestCity "London"
|
nearestCity "London"
|
||||||
advertisedServices []
|
advertisedServices []
|
||||||
artemisPort 31337
|
artemisPort 10004
|
||||||
webPort 31339
|
webPort 10005
|
||||||
cordapps []
|
cordapps []
|
||||||
}
|
}
|
||||||
node {
|
node {
|
||||||
@ -231,8 +231,8 @@ is a three node example;
|
|||||||
dirName "nodeb"
|
dirName "nodeb"
|
||||||
nearestCity "New York"
|
nearestCity "New York"
|
||||||
advertisedServices []
|
advertisedServices []
|
||||||
artemisPort 31338
|
artemisPort 10006
|
||||||
webPort 31340
|
webPort 10007
|
||||||
cordapps []
|
cordapps []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user