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 3b4b4f6 commit 6cd918e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6cd918e

Please sign in to comment.