Created
February 9, 2015 15:53
-
-
Save loosechainsaw/733f32a641e9b34580e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
akka { | |
log-config-on-start = off | |
stdout-loglevel = INFO | |
loglevel = ERROR | |
actor { | |
provider = "Akka.Remote.RemoteActorRefProvider, Akka.Remote" | |
debug { | |
receive = on | |
autoreceive = on | |
lifecycle = on | |
event-stream = on | |
unhandled = on | |
} | |
} | |
remote { | |
helios.tcp { | |
transport-class = "Akka.Remote.Transport.Helios.HeliosTcpTransport, Akka.Remote" | |
#applied-adapters = [] | |
transport-protocol = tcp | |
port = 8091 | |
hostname = "127.0.0.1" | |
} | |
log-remote-lifecycle-events = INFO | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment