Skip to content
Snippets Groups Projects
Commit e6a19501 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

update akka port number

parent ef8b78ca
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment