Skip to content

Commit

Permalink
issue #1 fix:chnages for host name to test with deployment team
Browse files Browse the repository at this point in the history
  • Loading branch information
manzarul.haque committed Jul 8, 2017
1 parent 660f375 commit 8353b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ private void initializeRouterMap() {
routerMap.put(ActorOperations.GET_RECOMMENDED_COURSES.getValue(), recommendorActorRouter);
routerMap.put(ActorOperations.APPROVE_USER_ORGANISATION.getValue() , userManagementRouter);
routerMap.put(ActorOperations.JOIN_USER_ORGANISATION.getValue(), userManagementRouter);
routerMap.put(ActorOperations.COMPOSITE_SEARCH.getValue(), courseSearchActorRouter);
}


Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ RemoteMWConfig {
enabled-transports = ["akka.remote.netty.tcp"]
netty.tcp {
port = 8088
hostname = application_actor
message-frame-size = 30000000b
send-buffer-size = 30000000b
receive-buffer-size = 30000000b
Expand Down

0 comments on commit 8353b37

Please sign in to comment.