35 lines
638 B
YAML
35 lines
638 B
YAML
server:
|
|
port: 3000
|
|
shutdown: graceful
|
|
undertow:
|
|
no-request-timeout: 10000
|
|
|
|
spring:
|
|
lifecycle:
|
|
timeout-per-shutdown-phase: 30s
|
|
main:
|
|
allow-bean-definition-overriding: true
|
|
profiles:
|
|
active: @profiles.active@
|
|
group:
|
|
local: web-framework,openfeign
|
|
dev: web-framework,openfeign
|
|
prod: web-framework,openfeign
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: "*"
|
|
endpoint:
|
|
shutdown:
|
|
enabled: false
|
|
info:
|
|
enabled: true
|
|
health:
|
|
show-details: always
|
|
|
|
rtc:
|
|
appId: f424387a480e41088239416e10030034
|
|
certificate: c96d8494f80542bb83c843ad4045df03
|