diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 2c8f88137264caf1c547f1d2c6b83812c54bcc1f..b264199e3edbfecf65e5c1e2cd476388ec86d70a 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -5,9 +5,12 @@ akka { } remote { + enabled-transports = ["akka.remote.netty.tcp"] + netty.tcp { hostname = "127.0.0.1" + port = 0 } - } + } -} +} \ No newline at end of file