mirror of
https://github.com/corda/corda.git
synced 2025-04-29 15:30:10 +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.
|
// We will be talking to our server purely in memory.
|
||||||
config.setAcceptorConfigurations(
|
config.setAcceptorConfigurations(
|
||||||
setOf(
|
setOf(
|
||||||
tcpTransport(ConnectionDirection.INBOUND, "localhost", hp.port),
|
tcpTransport(ConnectionDirection.INBOUND, "0.0.0.0", hp.port),
|
||||||
TransportConfiguration(InVMAcceptorFactory::class.java.name)
|
TransportConfiguration(InVMAcceptorFactory::class.java.name)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user