blob: ac81c3a08b7885e949e3f892e0d58154c2a132ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Actuator configuration
springdoc.show-actuator=true
management.endpoints.enabled-by-default=true
management.endpoint.configprops.enabled=true
management.endpoints.web.exposure.include=refresh,health
# Swagger configuration
springdoc.swagger-ui.path=/docs
# AAF CertService app specific configuration
app.config.path=/etc/onap/aaf/certservice
|