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

ono.hono-app.0.5-M2.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 0.5-M5
Show newest version
spring:
  profiles:
    active: default
---

spring:
  profiles: default
hono:
  maxinstances: 1
  singletenant: false
  server:
    bindaddress: 127.0.0.1
    port: 5672

---

spring:
  profiles: activemq
hono:
  telemetry:
    pathseparator: .
    downstream:
      host: localhost
      port: 5671




© 2015 - 2024 Weber Informatics LLC | Privacy Policy