mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +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.
|
||||
h2Port 10004
|
||||
// Starts an internal SSH server providing a management shell on the node.
|
||||
sshdPort 2223
|
||||
// Includes the corda-finance CorDapp on our node.
|
||||
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).
|
||||
|
Loading…
Reference in New Issue
Block a user