ono.hono-app.0.5-M2.source-code.application.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hono-app Show documentation
Show all versions of hono-app Show documentation
A Spring Boot application for running a Hono server
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