From 8339994d14eef0e905537e96efd91695ceb364ec Mon Sep 17 00:00:00 2001
From: Luca Keidel <info@lucakeidel.de>
Date: Tue, 14 Jun 2016 11:53:50 +0200
Subject: [PATCH] Extended remote config in application.conf

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

diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf
index 2c8f881..b264199 100644
--- a/src/main/resources/application.conf
+++ b/src/main/resources/application.conf
@@ -5,9 +5,12 @@ akka {
   }
 
   remote {
+    enabled-transports = ["akka.remote.netty.tcp"]
+
     netty.tcp {
       hostname = "127.0.0.1"
+      port = 0
     }
-  }
+ }
 
-}
+}
\ No newline at end of file
-- 
GitLab