mirror of
https://github.com/corda/corda.git
synced 2025-04-25 21:40:19 +00:00
docs: Update ports in creating-a-cordapp
This commit is contained in:
parent
d195d6f69d
commit
c306eddb91
@ -213,8 +213,8 @@ is a three node example;
|
||||
nearestCity "London"
|
||||
notary true // Sets this node to be a notary
|
||||
advertisedServices []
|
||||
artemisPort 12345
|
||||
webPort 12346
|
||||
artemisPort 10002
|
||||
webPort 10003
|
||||
cordapps []
|
||||
}
|
||||
node {
|
||||
@ -222,8 +222,8 @@ is a three node example;
|
||||
dirName "nodea"
|
||||
nearestCity "London"
|
||||
advertisedServices []
|
||||
artemisPort 31337
|
||||
webPort 31339
|
||||
artemisPort 10004
|
||||
webPort 10005
|
||||
cordapps []
|
||||
}
|
||||
node {
|
||||
@ -231,8 +231,8 @@ is a three node example;
|
||||
dirName "nodeb"
|
||||
nearestCity "New York"
|
||||
advertisedServices []
|
||||
artemisPort 31338
|
||||
webPort 31340
|
||||
artemisPort 10006
|
||||
webPort 10007
|
||||
cordapps []
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user