mirror of
https://github.com/corda/corda.git
synced 2025-06-18 07:08:15 +00:00
use sshdPortAllocation for sshdAddress instead of portAllocation to fix broken demos due to port shift.
This commit is contained in:
@ -526,7 +526,7 @@ class DriverDSL(
|
||||
override fun startNetworkMapService() {
|
||||
val debugPort = if (isDebug) debugPortAllocation.nextPort() else null
|
||||
val apiAddress = portAllocation.nextHostAndPort().toString()
|
||||
val sshdAddress = portAllocation.nextHostAndPort().toString()
|
||||
val sshdAddress = sshdPortAllocation.nextHostAndPort().toString()
|
||||
val baseDirectory = driverDirectory / networkMapLegalName
|
||||
val config = ConfigHelper.loadConfig(
|
||||
baseDirectory = baseDirectory,
|
||||
|
Reference in New Issue
Block a user