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

.inflatable_2.10.0.0.2.source-code.application.conf Maven / Gradle / Ivy

The 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 - 2025 Weber Informatics LLC | Privacy Policy