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

.cloudstate-java-support.0.4.4.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
cloudstate {
  user-function-interface = "0.0.0.0"
  user-function-interface = ${?HOST}

  user-function-port = 8080
  user-function-port = ${?PORT}

  eventsourced {
    snapshot-every = 100
  }

  system {
    akka {
      actor {
        provider = local
      }

      coordinated-shutdown.exit-jvm = on

      http.server{
        preview.enable-http2 = on

        // Disable - we receive connections from localhost, so they'll never be dropped
        idle-timeout = infinite
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy