From e6a1950127a0e36a2db88c681af996fa77adccac Mon Sep 17 00:00:00 2001
From: Mirco Nasuti <mirco.nasuti@chuv.ch>
Date: Fri, 16 Dec 2016 15:55:54 +0100
Subject: [PATCH] update akka port number

---
 src/main/resources/application.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index e2f86816c..d112f2267 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
-- 
GitLab