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

m.atom-api.1.0.0.source-code.reference.conf Maven / Gradle / Ivy

atom {
  akka {
    actor {
      provider = "akka.cluster.ClusterActorRefProvider"
    }
    remote {
      netty.tcp {
        hostname = "127.0.0.1"
        port = "2551"
      }
    }
    cluster {
      seed-nodes = [
        "akka.tcp://[email protected]:2551"]
    }
    loggers = ["akka.event.slf4j.Slf4jLogger"]
    loglevel = "INFO"
    logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy