mirror of
https://github.com/corda/corda.git
synced 2025-05-09 12:02:56 +00:00
Documents providing an SSHD port in deployNodes (#3341)
This commit is contained in:
parent
2558c9dcf7
commit
1aa1189b36
@ -43,6 +43,8 @@ in the `Kotlin CorDapp Template <https://github.com/corda/cordapp-template-kotli
|
|||||||
}
|
}
|
||||||
// No webport property, so no webserver will be created.
|
// No webport property, so no webserver will be created.
|
||||||
h2Port 10004
|
h2Port 10004
|
||||||
|
// Starts an internal SSH server providing a management shell on the node.
|
||||||
|
sshdPort 2223
|
||||||
// Includes the corda-finance CorDapp on our node.
|
// Includes the corda-finance CorDapp on our node.
|
||||||
cordapps = ["net.corda:corda-finance:$corda_release_version"]
|
cordapps = ["net.corda:corda-finance:$corda_release_version"]
|
||||||
// Specify a JVM argument to be used when running the node (in this case, extra heap size).
|
// Specify a JVM argument to be used when running the node (in this case, extra heap size).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user