diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index e2f86816c15973c94dcd214557d6a8bfe66628d0..d112f22679b16c9ac352c50e830d66f293f9214c 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -22,10 +22,10 @@ akka { receive-buffer-size = 10000000b maximum-frame-size = 10000000b hostname = 127.0.0.1 # external (logical) hostname - port = 8089 # external (logical) port + port = 4089 # external (logical) port bind-hostname = 0.0.0.0 # internal (bind) hostname - bind-port = 8089 # internal (bind) port + bind-port = 4089 # internal (bind) port } } } \ No newline at end of file