Skip to content
Snippets Groups Projects
Commit 8339994d authored by Luca Keidel's avatar Luca Keidel
Browse files

Extended remote config in application.conf

parent b0971c8a
Branches
No related tags found
1 merge request!3Preliminary result of the software
...@@ -5,9 +5,12 @@ akka { ...@@ -5,9 +5,12 @@ akka {
} }
remote { remote {
enabled-transports = ["akka.remote.netty.tcp"]
netty.tcp { netty.tcp {
hostname = "127.0.0.1" hostname = "127.0.0.1"
port = 0
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment