diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 2724e5614..f7cb30019 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -70,10 +70,8 @@ RemoteMWConfig { maximum-payload-bytes = 30000000 bytes enabled-transports = ["akka.remote.netty.tcp"] netty.tcp { - hostname = application_actor + hostname = actor port = 8088 - bind-hostname = localhost - bind-port = 8088 message-frame-size = 30000000b send-buffer-size = 30000000b receive-buffer-size = 30000000b