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

er.actor-runtime.1.0.126.source-code.runtime.conf Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
services {
  aws {
    s3 {
      default-bucket: ""
      default-bucket: ${?AWS_S3_BUCKET}

      access-key: ""
      access-key: ${?AWS_ACCESS_KEY_ID}

      secret-key: ""
      secret-key: ${?AWS_SECRET_ACCESS_KEY}
    }
  }
}

common {
  default-timeout: 20 seconds
}

tls {
  keystores {

  }
}

kamon {
  internal-config {
    akka {
      loggers = ["akka.event.slf4j.Slf4jLogger"]
      logging-filter = "akka.event.slf4j.Slf4jLoggingFilter"
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy