Integrated MQTT clients
This commit is contained in:
@@ -10,10 +10,21 @@ sec.cors.authorizedHots=*
|
||||
sec.cors.authorizedMethods=GET,POST,PUT,DELETE,OPTION
|
||||
sec.cors.authorizedHeader=Authorization,Content-type
|
||||
|
||||
#=============MQTT=============
|
||||
mqtt.broker-url=tcp://test.mosquitto.org:1883
|
||||
mqtt.client-id=board-mate-client
|
||||
|
||||
mqtt.topic=board-mate-test/topic
|
||||
|
||||
|
||||
mqtt.username=yourUsername
|
||||
mqtt.password=yourPassword
|
||||
#=============METRICS=============
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.endpoint.health.show-details=always
|
||||
management.endpoint.prometheus.enabled=true
|
||||
management.endpoints.web.exposure.include=*
|
||||
management.prometheus.metrics.export.enabled=true
|
||||
|
||||
management.metrics.export.otlp.endpoint=http://prometheus:4318/v1/metrics
|
||||
|
||||
#=============DOCUMENTATION=============
|
||||
springdoc.swagger-ui.path=/docs
|
||||
|
||||
Reference in New Issue
Block a user