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

events.production.conf Maven / Gradle / Ivy

There is a newer version: 12.1.2_akka_2.6_circe_0.14
Show newest version
#opRabbit - cloudamqp
rabbitmq = {
  host_zero = ${?CLOUDAMPQ_HOST}
}
op-rabbit = {
  connection {
    virtual-host = ${?CLOUDAMPQ_USER_VHOST}
    hosts        = []
    hosts.0      = ${rabbitmq.host_zero}
    username     = ${op-rabbit.connection.virtual-host}
    username     = ${?CLOUDAMPQ_USER_VHOST}
    username     = ${?CLOUDAMPQ_USER}
    password     = ${?CLOUDAMPQ_PASS}
    port = 5671
    ssl = true
    connection-timeout = 15s
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy