Created
          December 22, 2011 19:28 
        
      - 
      
 - 
        
Save henrikengstrom/1511530 to your computer and use it in GitHub Desktop.  
    Akka 2.0 application.conf example
  
        
  
    
      This file contains hidden or 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 { | |
| actor { | |
| provider = "akka.remote.RemoteActorRefProvider" | |
| } | |
| remote { | |
| transport = "akka.remote.netty.NettyRemoteTransport" | |
| netty { | |
| hostname = "127.0.0.1" | |
| port = 2552 | |
| } | |
| } | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment