mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Change network config to listen to adapter publicly
This commit is contained in:
parent
a06d4d23bd
commit
75a542f79d
@ -264,7 +264,7 @@ class ArtemisMessagingService(val directory: Path, val myHostPort: HostAndPort)
|
||||
// We will be talking to our server purely in memory.
|
||||
config.setAcceptorConfigurations(
|
||||
setOf(
|
||||
tcpTransport(ConnectionDirection.INBOUND, "localhost", hp.port),
|
||||
tcpTransport(ConnectionDirection.INBOUND, "0.0.0.0", hp.port),
|
||||
TransportConfiguration(InVMAcceptorFactory::class.java.name)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user