Skip to content

Commit

Permalink
Issue #1 feat : testing actor configuration for docker swarm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayulu Villa authored and Rayulu Villa committed Jul 10, 2017
1 parent 6886b1a commit 9a68a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ RemoteMWConfig {
maximum-payload-bytes = 30000000 bytes
enabled-transports = ["akka.remote.netty.tcp"]
netty.tcp {
hostname = "${actor_hostname}"
hostname = ${actor_hostname}
port = 8088
bind-hostname = "${bind_hostname}"
bind-hostname = ${bind_hostname}
bind-port = 8088
message-frame-size = 30000000b
send-buffer-size = 30000000b
Expand Down

0 comments on commit 9a68a5d

Please sign in to comment.