mirror of
https://github.com/corda/corda.git
synced 2025-01-18 18:56:28 +00:00
use sshdPortAllocation for sshdAddress instead of portAllocation to fix broken demos due to port shift.
This commit is contained in:
parent
b75913c24a
commit
6ca0dffa6c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user