2025-07-30 14:54:23 +08:00

31 lines
585 B
YAML

server:
port: 8000
spring:
profiles:
active: @profiles.active@
thymeleaf:
check-template: false
check-template-location: false
boot:
admin:
ui:
title: RedCircleService Monitor
available-languages: en,zh
brand: "<img src=\"assets/img/icon-spring-boot-admin.svg\"><span>${spring.boot.admin.ui.title}</span>"
management:
info:
env:
enabled: true
endpoints:
web:
exposure:
include: "*"
endpoint:
shutdown:
enabled: false
info:
enabled: true
health:
show-details: always