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

s.anteros-mqtt-broker.1.0.7.source-code.application.yml Maven / Gradle / Ivy

The newest version!
server:
  port: 30001
spring:
  application:
    name: anteros-mqtt-broker
  profiles:
    active: dev
# actuator management
management:
  info:
    defaults:
      enabled: true
  metrics:
    tags:
      application: ${spring.application.name}
  endpoint:
    health:
      show-details: ALWAYS
    prometheus:
      enabled: true
  endpoints:
    web:
      exposure:
        include: '*'
# configuração de registro
logging:
  level:
    root: info
    server: info # log padrão do servidor t-io
    org.tio: info # log padrão do servidor t-io




© 2015 - 2025 Weber Informatics LLC | Privacy Policy