All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nflatable.inflatable_2.11.1.0.4.source-code.application.conf Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
inflatable.local = true

akka {

  port: 9001

  actor {
    provider = "akka.cluster.ClusterActorRefProvider"
  }

  remote {
    log-remote-lifecycle-events = off
    netty.tcp {
      hostname = ""
      port = 0
    }
  }

  cluster {
    seed-nodes = ["akka.tcp://[email protected]:9001"]
    auto-down-unreachable-after = 10s
  }

  loggers = ["akka.event.slf4j.Slf4jLogger"]

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy