chore(platform): promote dev → staging #1

Open
demo-bot wants to merge 8 commits from dev into staging
Showing only changes of commit e37d20b62d - Show all commits

View File

@@ -0,0 +1,21 @@
server:
port: 8080
spring:
application:
name: demo-crucible-1
profiles:
active: ${SPRING_PROFILES_ACTIVE:default}
management:
endpoints:
web:
exposure:
include: health,info,prometheus,metrics
base-path: /actuator
endpoint:
health:
show-details: always
metrics:
tags:
application: demo-crucible-1