Created
          December 22, 2011 19:35 
        
      - 
      
 - 
        
Save henrikengstrom/1511548 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
    
  
  
    
  | actorSystem1 { | |
| akka { | |
| # the config for actorSystem1 | |
| } | |
| } | |
| actorSystem2 { | |
| akka { | |
| # the config for actorSystem2 | |
| } | |
| } | |
| and so on | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment